Q) jdk1.4.1 compile on -current
Yamada Ken Takeshi
ken at tydfam.jp
Fri Aug 8 17:55:05 PDT 2003
Greg,
I have the following patch error with the Experimental
patch.
../../j2se/make/common/Defs-bsd.gmk.rej
***************
*** 155,161 ****
# DEVTOOLS_PATH is for other tools required for building (such as
# zip, etc.)
- DEVTOOLS_PATH = /usr/local/bin/
# Allow the user to override the default value...
ifdef ALT_DEVTOOLS_PATH
DEVTOOLS_PATH = $(subst //,/,$(ALT_DEVTOOLS_PATH)/)
--- 155,161 ----
# DEVTOOLS_PATH is for other tools required for building (such as
# zip, etc.)
+ DEVTOOLS_PATH = ${LOCALBASE}/bin/
# Allow the user to override the default value...
ifdef ALT_DEVTOOLS_PATH
DEVTOOLS_PATH = $(subst //,/,$(ALT_DEVTOOLS_PATH)/)
***************
*** 194,200 ****
endif # PLATFORM_SRC
# platform specific include files
- PLATFORM_INCLUDE = $(INCLUDEDIR)/$(PLATFORM)
#
# Default BOOTDIR
--- 194,201 ----
endif # PLATFORM_SRC
# platform specific include files
+ TRUE_PLATFORM_INCLUDE := $(shell $(ECHO) $(TRUE_PLATFORM) | $(TR) "[:upper:]" "[:lower:]")
+ PLATFORM_INCLUDE = $(INCLUDEDIR)/$(TRUE_PLATFORM_INCLUDE)
#
# Default BOOTDIR
More information about the freebsd-java
mailing list