pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 20:28:13 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs: Makefile.common

Log Message:
lang/nodejs: allow no-op SUBST


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/nodejs/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/Makefile.common
diff -u pkgsrc/lang/nodejs/Makefile.common:1.33 pkgsrc/lang/nodejs/Makefile.common:1.34
--- pkgsrc/lang/nodejs/Makefile.common:1.33     Wed Mar 11 09:22:49 2020
+++ pkgsrc/lang/nodejs/Makefile.common  Sun Mar 22 20:28:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2020/03/11 09:22:49 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.34 2020/03/22 20:28:13 rillig Exp $
 # used by lang/nodejs/Makefile
 # used by lang/nodejs8/Makefile
 # used by lang/nodejs10/Makefile
@@ -65,6 +65,7 @@ SUBST_FILES.mktools+= out/tools/v8_gypfi
 # nodejs13
 SUBST_FILES.mktools+=  out/node_mksnapshot.target.mk
 SUBST_SED.mktools+=    -e 's|call do_cmd,link)|call do_cmd,link)\${.newline}   ${TOOLS_PLATFORM.paxctl} +m $$@|'
+SUBST_NOOP_OK.mktools= yes # because of the different affected files
 .endif
 
 CFLAGS.SunOS+=         -D_FILE_OFFSET_BITS=64



Home | Main Index | Thread Index | Old Index