From 7ac8e4cb408cc5d7ea81988cc59ffa5aec4640df Mon Sep 17 00:00:00 2001 From: hira Date: Sun, 3 Sep 2006 13:07:59 +0000 Subject: Call imake(1) with `WRAPPER_SKIP_TRANSFORM=yes'. The arguments should not be transformed by wrapper. This fixes PR pkg/34139. Reviewed by tron@. --- mk/buildlink3/imake-check | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/buildlink3/imake-check b/mk/buildlink3/imake-check index 55cb5612e2e..c5d5d5c593c 100755 --- a/mk/buildlink3/imake-check +++ b/mk/buildlink3/imake-check @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: imake-check,v 1.3 2006/08/28 13:27:41 dmcmahill Exp $ +# $NetBSD: imake-check,v 1.4 2006/09/03 13:07:59 hira Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -80,7 +80,8 @@ builtin-test: EOF # Run imake to process the Imakefile. -${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config -s - | +WRAPPER_SKIP_TRANSFORM=yes \ + ${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config -s - | ${IMAKE_MAKE} -f - builtin-test | ${GREP} -q yes exitcode="$?" -- cgit v1.2.3