pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: SUBST paxctl in the correct Makefile
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d9445438865
branches: trunk
changeset: 313336:4d9445438865
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Sep 27 19:15:59 2018 +0000
description:
nodejs: SUBST paxctl in the correct Makefile
diffstat:
lang/nodejs/Makefile.common | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r a81d8dc17ae4 -r 4d9445438865 lang/nodejs/Makefile.common
--- a/lang/nodejs/Makefile.common Thu Sep 27 19:14:44 2018 +0000
+++ b/lang/nodejs/Makefile.common Thu Sep 27 19:15:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2018/07/03 05:03:22 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2018/09/27 19:15:59 tnn Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs6/Makefile
# used by lang/nodejs8/Makefile
@@ -50,8 +50,7 @@
.if defined(TOOLS_PLATFORM.paxctl)
SUBST_CLASSES+= mksnapshot
SUBST_STAGE.mksnapshot= post-configure
-SUBST_FILES.mksnapshot= out/deps/v8/tools/gyp/mksnapshot.target.mk
-SUBST_FILES.mksnapshot+= out/deps/v8/src/mksnapshot.target.mk
+SUBST_FILES.mksnapshot= out/deps/v8/gypfiles/mksnapshot.target.mk
SUBST_SED.mksnapshot+= -e 's|call do_cmd,link)|call do_cmd,link)\${.newline} ${TOOLS_PLATFORM.paxctl} +m $$@|'
.endif
Home |
Main Index |
Thread Index |
Old Index