ports/java/openjdk8/files/patch-make-common-MakeBase.gmk
2022-05-04 18:34:18 -07:00

14 lines
439 B
Text

--- 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