duplicated sanity check warning

2008-05-31 Thread Martin Buchholz
This is a bug report. I was trying to build openjdk6, and make sanity got duplicated BUILD_JDK = true lines in the output. Looking at control/make/make/sanity-rules.gmk, I see duplicate lines ifeq ($(JDK_SRC_AVAILABLE), true) @$(ECHO) " BUILD_JDK= $(BUILD_JDK) " >> $(MESSAGE_FILE)

Re: duplicated sanity check warning

2008-06-20 Thread Joe Darcy
Hello. This fix will be reflected in the next OpenJDK 6 source drop, b11. Thanks, -Joe Martin Buchholz wrote: This is a bug report. I was trying to build openjdk6, and make sanity got duplicated BUILD_JDK = true lines in the output. Looking at control/make/make/sanity-rules.gmk, I see dupli