Make it possible to override variables passed on the command line ihse-testmakefiles-branch
authorihse
Tue, 05 Dec 2017 11:11:50 +0100
branchihse-testmakefiles-branch
changeset 55951 1599f63096ef
parent 55949 17e70a68fbed
child 55952 690771005759
Make it possible to override variables passed on the command line
test/Makefile
--- a/test/Makefile	Mon Dec 04 21:51:02 2017 +0100
+++ b/test/Makefile	Tue Dec 05 11:11:50 2017 +0100
@@ -119,6 +119,8 @@
   MKDIR=mkdir
   MV=mv
   HEAD=head
+  # Make it possible to override variables passed on the command line
+  unexport MAKEFLAGS
 
   jtreg_tests:
 	cd $(TOPDIR) && \