# HG changeset patch # User ihse # Date 1512468710 -3600 # Node ID 1599f63096efe957efb8ba1a827f28f03269f518 # Parent 17e70a68fbed93570dc3340b63937bad37b66390 Make it possible to override variables passed on the command line diff -r 17e70a68fbed -r 1599f63096ef 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) && \