summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-make-common-MakeBase.gmk
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2022-05-04 18:33:34 -0700
committerGreg Lewis <glewis@FreeBSD.org>2022-05-04 18:34:18 -0700
commit22a5ad0dc8937a270008aeaeb6fb8d89489140d4 (patch)
tree64ce0421d2c2826a83b53a6e8bc0246a289eb226 /java/openjdk8/files/patch-make-common-MakeBase.gmk
parentemulators/citra: update to s20220503 (diff)
java/openjdk8: Update to 8u332 GA
Diffstat (limited to '')
-rw-r--r--java/openjdk8/files/patch-make-common-MakeBase.gmk14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/openjdk8/files/patch-make-common-MakeBase.gmk b/java/openjdk8/files/patch-make-common-MakeBase.gmk
new file mode 100644
index 000000000000..b7a7ffaa719e
--- /dev/null
+++ b/java/openjdk8/files/patch-make-common-MakeBase.gmk
@@ -0,0 +1,14 @@
+--- make/common/MakeBase.gmk.orig 2022-05-04 18:19:33.661930000 -0700
++++ make/common/MakeBase.gmk 2022-05-04 18:19:45.573627000 -0700
+@@ -318,11 +318,6 @@
+ # Emit the scm:id pair to $@
+ define GetSourceTips
+ $(CD) $(SRC_ROOT) ; \
+- if [ -d $(SCM_DIR) -a "$(SCM_VERSION)" != "" ] ; then \
+- $(ID_COMMAND) >> $@ ; \
+- elif [ -f $(SCM_TIP_FILENAME) ] ; then \
+- $(SCM_TIP_FILECMD) >> $@ ; \
+- fi;
+ $(PRINTF) "\n" >> $@
+ endef
+