Hi Nils,

On 4/06/2012 7:10 PM, Nils Loodin wrote:
http://cr.openjdk.java.net/~nloodin/71663471/webrev.00/

Simple fix, check if the directory exist or not, and if not don't build
that subdirectory.

Modelled the mechanic after another makefile in the jdk.

Seems okay. One minor nit:

 JFR_SRCDIRS_EXIST = $(shell \

should be

 JFR_SRCDIRS_EXIST := $(shell \

so it is only evaluated once (which it would be in this case anyway, but as a general rule ...)

David

Reply via email to