diff options
author | sjg <sjg@FreeBSD.org> | 2013-02-04 17:41:17 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-02-04 17:41:17 +0000 |
commit | 2a731cd0dd5f3265dcf3093fbbe4200aae9e90dd (patch) | |
tree | 5f92685e4fb8633c31c268535e2a3b872039d512 /usr.bin/bmake/unit-tests | |
parent | 686165fb5fd13537a3eb146b18188cce8121bcd2 (diff) | |
download | FreeBSD-src-2a731cd0dd5f3265dcf3093fbbe4200aae9e90dd.zip FreeBSD-src-2a731cd0dd5f3265dcf3093fbbe4200aae9e90dd.tar.gz |
Missed adding Makefile.config and unit-tests/Makefile should
allow FreeBSD make to do 'obj'.
Approved by: marcel (mentor)
Diffstat (limited to 'usr.bin/bmake/unit-tests')
-rw-r--r-- | usr.bin/bmake/unit-tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/bmake/unit-tests/Makefile b/usr.bin/bmake/unit-tests/Makefile index 8b2f514..0b9db1e 100644 --- a/usr.bin/bmake/unit-tests/Makefile +++ b/usr.bin/bmake/unit-tests/Makefile @@ -79,10 +79,12 @@ TOOL_TR?= tr TOOL_DIFF?= diff DIFF_FLAGS?= -u +.if defined(.PARSEDIR) # ensure consistent results from sort(1) LC_ALL= C LANG= C .export LANG LC_ALL +.endif # The driver. # We always pretend .MAKE was called 'make' |