Module Name: src Committed By: uebayasi Date: Mon Jun 9 01:17:44 UTC 2014
Modified Files: src/distrib/sets: Makefile Log Message: Execute sub-${MAKE} from within a source directory. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/distrib/sets/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/Makefile diff -u src/distrib/sets/Makefile:1.95 src/distrib/sets/Makefile:1.96 --- src/distrib/sets/Makefile:1.95 Thu May 15 16:32:07 2014 +++ src/distrib/sets/Makefile Mon Jun 9 01:17:44 2014 @@ -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 @@ maketars: .PRECIOUS .PHONY check_DESTDIR 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 \