diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-11-15 22:01:30 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-11-15 22:01:30 +0000 |
commit | 7ab046e1f1b382bc125699b0c0d589273adcd420 (patch) | |
tree | 282f6957167f78ba79e8136f91beaf4f7ce5ba36 /unit-tests/Makefile.in | |
parent | bdf7c19d9bfc9bc02c4cc48cd2725610971ec6c7 (diff) | |
download | src-7ab046e1f1b382bc125699b0c0d589273adcd420.tar.gz src-7ab046e1f1b382bc125699b0c0d589273adcd420.zip |
Import bmake-20121111 - pick up fix for .ORDERvendor/NetBSD/bmake/20121111
Approved by: marcel (mentor)
Notes
Notes:
svn path=/vendor/NetBSD/bmake/dist/; revision=243105
svn path=/vendor/NetBSD/bmake/bmake-20121111/; revision=243106; tag=vendor/NetBSD/bmake/20121111
Diffstat (limited to 'unit-tests/Makefile.in')
-rw-r--r-- | unit-tests/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/unit-tests/Makefile.in b/unit-tests/Makefile.in index 4e3592d94695..e5bf9b261b74 100644 --- a/unit-tests/Makefile.in +++ b/unit-tests/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.38 2012/06/19 23:38:48 sjg Exp $ +# $Id: Makefile.in,v 1.39 2012/11/09 19:16:10 sjg Exp $ # -# $NetBSD: Makefile,v 1.34 2012/06/19 23:25:53 sjg Exp $ +# $NetBSD: Makefile,v 1.35 2012/11/09 19:08:28 sjg Exp $ # # Unit tests for make(1) # The main targets are: @@ -40,6 +40,7 @@ SUBFILES= \ modorder \ modts \ modword \ + order \ phony-end \ posix \ qequals \ @@ -52,6 +53,7 @@ SUBFILES= \ all: ${SUBFILES} flags.doterror= +flags.order=-j1 # the tests are actually done with sub-makes. .PHONY: ${SUBFILES} |