Makefile patch needed when building the b20 OpenJDK source drop

Xiomara.Jayasena at Sun.COM Xiomara.Jayasena at Sun.COM
Fri Sep 14 00:48:50 UTC 2007


Building the b20 OpenJDK source drop will fail, as follows:

   gnumake[3]: Entering directory 
`/BUILD_AREA/openjdk/b20/openjdk/j2se/make/javax/sound'
   Makefile:64: ../../common/BinaryPlugs.gmk: No such file or directory
   gnumake[3]: *** No rule to make target 
`../../common/BinaryPlugs.gmk'.  Stop.

The fix is a one-liner in .../j2se/make/javax/sound/Makefile

The line:
    include $(BUILDDIR)/common/BinaryPlugs.gmk
should be:
    include $(BUILDDIR)/common/internal/BinaryPlugs.gmk

More info at:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6604479

Bug 6604479 was filed today to track this issue.  It should be visible 
on bugs.sun.com
in one or two business days.

-Xiomara




More information about the build-dev mailing list