duplicated sanity check warning

Joe Darcy Joe.Darcy at Sun.COM
Fri Jun 20 22:21:41 UTC 2008


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 duplicate lines
>
> ifeq ($(JDK_SRC_AVAILABLE), true)
> 	@$(ECHO) "   BUILD_JDK    = $(BUILD_JDK) " >> $(MESSAGE_FILE)
> endif
> ifeq ($(JDK_SRC_AVAILABLE), true)
> 	@$(ECHO) "   BUILD_JDK    = $(BUILD_JDK) " >> $(MESSAGE_FILE)
> endif
>
> Delete one of the above.
>
> Martin
>   




More information about the build-dev mailing list