From 63623bb47937344c79b094cb647dc2910190d3ac Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 24 May 2007 09:06:31 +0000 Subject: [PATCH] =?UTF-8?q?we=20don't=20have=20-d=20in=20mksh=20R30=CE=B2?= =?UTF-8?q?=20any=20more?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ad3fd5..bc8d0d4 100644 --- a/Makefile +++ b/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