diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2022-05-04 18:33:34 -0700 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2022-05-04 18:34:18 -0700 |
commit | 22a5ad0dc8937a270008aeaeb6fb8d89489140d4 (patch) | |
tree | 64ce0421d2c2826a83b53a6e8bc0246a289eb226 /java/openjdk8/files/patch-make-common-MakeBase.gmk | |
parent | emulators/citra: update to s20220503 (diff) |
java/openjdk8: Update to 8u332 GA
Diffstat (limited to '')
-rw-r--r-- | java/openjdk8/files/patch-make-common-MakeBase.gmk | 14 |
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 + |