From 68b1abe64dc9d3acd740c28fc3cbcec6e93436d7 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 17 Dec 2012 23:37:44 +0000 Subject: [PATCH] =?UTF-8?q?force=20HAVE=5FSILENT=5FIDIVWRAPV=3D0=20for=20t?= =?UTF-8?q?est-build,=20since=20it=E2=80=99s=20used=20by=20me=20to=20gener?= =?UTF-8?q?ate=20the=20CPPFLAGS=20for=20mksh=20for=20base=20and=20installe?= =?UTF-8?q?r,=20and=20it=E2=80=99s=20archdep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 176c64f..a7ba483 100644 --- a/Makefile +++ b/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, # 2011, 2012 @@ -94,6 +94,7 @@ test-build: .PHONY .endif cd build-dir; env CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} \ CPPFLAGS=${CPPFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q} \ + HAVE_SILENT_IDIVWRAPV=0 \ LIBS= NOWARN=-Wno-error TARGET_OS= CPP= /bin/sh \ ${.CURDIR}/Build.sh -Q -r ${_TBF} && ./test.sh -v -f