pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs lang/nodejs: allow no-op SUBST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf2651268794
branches:  trunk
changeset: 425589:bf2651268794
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 20:28:13 2020 +0000

description:
lang/nodejs: allow no-op SUBST

diffstat:

 lang/nodejs/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3dd9c10d5f7e -r bf2651268794 lang/nodejs/Makefile.common
--- a/lang/nodejs/Makefile.common       Sun Mar 22 20:23:52 2020 +0000
+++ b/lang/nodejs/Makefile.common       Sun Mar 22 20:28:13 2020 +0000
@@ -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 @@
 # 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