we don't have -d in mksh R30β any more
This commit is contained in:
parent
8c986282ce
commit
63623bb479
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
# $MirOS: src/bin/mksh/Makefile,v 1.38 2007/04/24 10:42:02 tg Exp $
|
||||
# $MirOS: src/bin/mksh/Makefile,v 1.39 2007/05/24 09:06:31 tg Exp $
|
||||
#-
|
||||
# use CPPFLAGS=-DDEBUG __CRAZY=Yes to check for certain more stuff
|
||||
|
||||
@ -44,7 +44,7 @@ test-build: .PHONY
|
||||
cd build-dir; env CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} \
|
||||
CPPFLAGS=${CPPFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q} \
|
||||
LIBS= NOWARN=-Wno-error TARGET_OS= CPP= /bin/sh \
|
||||
${.CURDIR}/Build.sh -d -r && ./test.sh -v
|
||||
${.CURDIR}/Build.sh -r && ./test.sh -v
|
||||
|
||||
cleandir: clean-extra
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user