118f931690
. Put the MD JNI headers in include/freebsd _not_ include/bsd. This brings the 1.4 port in line with 1.1, 1.2 and 1.3, and arguably inline with Solaris and Linux. Not-objected-to by: phantom
23 lines
748 B
Text
23 lines
748 B
Text
$FreeBSD$
|
|
|
|
--- ../../j2se/make/common/Defs-bsd.gmk.orig Fri Mar 7 01:38:41 2003
|
|
+++ ../../j2se/make/common/Defs-bsd.gmk Fri Mar 7 01:38:01 2003
|
|
@@ -155,7 +155,7 @@
|
|
|
|
# DEVTOOLS_PATH is for other tools required for building (such as
|
|
# zip, etc.)
|
|
-DEVTOOLS_PATH = /usr/local/bin/
|
|
+DEVTOOLS_PATH = ${LOCALBASE}/bin/
|
|
# Allow the user to override the default value...
|
|
ifdef ALT_DEVTOOLS_PATH
|
|
DEVTOOLS_PATH = $(subst //,/,$(ALT_DEVTOOLS_PATH)/)
|
|
@@ -194,7 +194,8 @@
|
|
endif # PLATFORM_SRC
|
|
|
|
# platform specific include files
|
|
-PLATFORM_INCLUDE = $(INCLUDEDIR)/$(PLATFORM)
|
|
+TRUE_PLATFORM_INCLUDE := $(shell $(ECHO) $(TRUE_PLATFORM) | $(TR) "[:upper:]" "[:lower:]")
|
|
+PLATFORM_INCLUDE = $(INCLUDEDIR)/$(TRUE_PLATFORM_INCLUDE)
|
|
|
|
#
|
|
# Default BOOTDIR
|