force HAVE_SILENT_IDIVWRAPV=0 for test-build, since it’s used by me to
generate the CPPFLAGS for mksh for base and installer, and it’s archdep
This commit is contained in:
parent
8e6fa9a5c6
commit
68b1abe64d
3
Makefile
3
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $MirOS: src/bin/mksh/Makefile,v 1.107 2012/11/30 20:49:17 tg Exp $
|
# $MirOS: src/bin/mksh/Makefile,v 1.108 2012/12/17 23:37:44 tg Exp $
|
||||||
#-
|
#-
|
||||||
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||||
# 2011, 2012
|
# 2011, 2012
|
||||||
@ -94,6 +94,7 @@ test-build: .PHONY
|
|||||||
.endif
|
.endif
|
||||||
cd build-dir; env CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} \
|
cd build-dir; env CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} \
|
||||||
CPPFLAGS=${CPPFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q} \
|
CPPFLAGS=${CPPFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q} \
|
||||||
|
HAVE_SILENT_IDIVWRAPV=0 \
|
||||||
LIBS= NOWARN=-Wno-error TARGET_OS= CPP= /bin/sh \
|
LIBS= NOWARN=-Wno-error TARGET_OS= CPP= /bin/sh \
|
||||||
${.CURDIR}/Build.sh -Q -r ${_TBF} && ./test.sh -v -f
|
${.CURDIR}/Build.sh -Q -r ${_TBF} && ./test.sh -v -f
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user