Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets Execute sub-${MAKE} from within a source direct...
details: https://anonhg.NetBSD.org/src/rev/c9c3392c0040
branches: trunk
changeset: 329779:c9c3392c0040
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Jun 09 01:17:44 2014 +0000
description:
Execute sub-${MAKE} from within a source directory.
diffstat:
distrib/sets/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 149fbf128a37 -r c9c3392c0040 distrib/sets/Makefile
--- a/distrib/sets/Makefile Sun Jun 08 17:33:24 2014 +0000
+++ b/distrib/sets/Makefile Mon Jun 09 01:17:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2014/05/15 16:32:07 apb Exp $
+# $NetBSD: Makefile,v 1.96 2014/06/09 01:17:44 uebayasi Exp $
# Experimental RCS METALOG versioning
# (Needs host's rcs(1) commands)
@@ -210,7 +210,7 @@
maketarsetup: .EXEC
.if defined(DESTDIR) && ${DESTDIR} != ""
${_MKMSG} "execute checkflist"
- ${MAKE} checkflist
+ cd ${.CURDIR}; ${MAKE} checkflist
.endif
mkdir -p ${TARDIR}
for i in MD5 SHA512; do \
Home |
Main Index |
Thread Index |
Old Index