diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-08-05 20:39:49 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-08-05 20:39:49 +0000 |
commit | 4d5c7602538b84c33564b815fa72eb9d9df9df21 (patch) | |
tree | efc2ebc2871a752a96936699d197a99ad0cb5e67 /java/jdk16/files/patch-hotspot-make-jprt.config | |
parent | . Forced commit to note repo copy of jdk15 to jdk16. (diff) |
. A native port for JDK 1.6.0 (aka 6.0) Update 1.
Notes
Notes:
svn path=/head/; revision=197135
Diffstat (limited to 'java/jdk16/files/patch-hotspot-make-jprt.config')
-rw-r--r-- | java/jdk16/files/patch-hotspot-make-jprt.config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-hotspot-make-jprt.config b/java/jdk16/files/patch-hotspot-make-jprt.config new file mode 100644 index 000000000000..87363f764378 --- /dev/null +++ b/java/jdk16/files/patch-hotspot-make-jprt.config @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../hotspot/make/jprt.config.orig Sun Jul 29 23:03:30 2007 ++++ ../../hotspot/make/jprt.config Sun Jul 29 23:03:30 2007 +@@ -158,7 +158,7 @@ + if [ "${osname}" = "NetBSD" ] ; then + make=/usr/pkg/bin/gmake + else +- make=/usr/local/bin/gmake ++ make=%%LOCALBASE%%/bin/gmake + fi + fileMustExist "${make}" make + |