Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make(1): pass the command-line variables to the...



details:   https://anonhg.NetBSD.org/src/rev/e35cd051742c
branches:  trunk
changeset: 943146:e35cd051742c
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Aug 27 19:09:37 2020 +0000

description:
make(1): pass the command-line variables to the subdir make

diffstat:

 usr.bin/make/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ece838cd26cd -r e35cd051742c usr.bin/make/Makefile
--- a/usr.bin/make/Makefile     Thu Aug 27 19:00:17 2020 +0000
+++ b/usr.bin/make/Makefile     Thu Aug 27 19:09:37 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.94 2020/08/26 23:00:47 rillig Exp $
+#      $NetBSD: Makefile,v 1.95 2020/08/27 19:09:37 rillig Exp $
 #      @(#)Makefile    5.2 (Berkeley) 12/28/90
 
 PROG=  make
@@ -179,7 +179,7 @@
 .endif
 
 accept sync-mi: .MAKE
-       cd ${.CURDIR}/unit-tests && ${.MAKE} ${.TARGET}
+       cd ${.CURDIR}/unit-tests && ${.MAKE} ${MAKEFLAGS} ${.TARGET}
 
 retest:
        ${.MAKE} -C ${.CURDIR}/unit-tests cleandir



Home | Main Index | Thread Index | Old Index