svn commit: r351715 - head/java/openjdk7/files
Jung-uk Kim
jkim at FreeBSD.org
Mon Apr 21 21:07:27 UTC 2014
Author: jkim
Date: Mon Apr 21 21:07:26 2014
New Revision: 351715
URL: http://svnweb.freebsd.org/changeset/ports/351715
QAT: https://qat.redports.org/buildarchive/r351715/
Log:
Refine the previous patch. No functional change.
Modified:
head/java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make
Modified: head/java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make
==============================================================================
--- head/java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make Mon Apr 21 20:56:10 2014 (r351714)
+++ head/java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make Mon Apr 21 21:07:26 2014 (r351715)
@@ -1,11 +1,12 @@
--- hotspot/make/bsd/makefiles/gcc.make
+++ hotspot/make/bsd/makefiles/gcc.make
-@@ -216,8 +216,11 @@
+@@ -216,8 +216,12 @@
endif
# Flags for generating make dependency flags.
++DEPFLAGS =
+ifeq (,$(findstring clang,$(shell $(CC) -v 2>&1)))
-+DEPFLAGS = -fpch-deps
++DEPFLAGS += -fpch-deps
+endif
ifneq ("${CC_VER_MAJOR}", "2")
-DEPFLAGS = -fpch-deps -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d)
More information about the svn-ports-all
mailing list