From 26e121dde080f9cf68c5fdf97e6172bc4cde8a07 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 7 Aug 2008 05:53:41 -0400 Subject: Pass all flags to the underlying make when --build is passed to acprep. --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acprep b/acprep index 1e4a04b6..d9ff4c63 100755 --- a/acprep +++ b/acprep @@ -295,6 +295,6 @@ fi # options. if [ $DO_BUILD = true ]; then - echo "make ARCHFLAGS=\"$ARCHFLAGS\" \"$@\"" > make.sh + echo "make ARCHFLAGS=\"$ARCHFLAGS\" CPPFLAGS=\"$CPPFLAGS\" LDFLAGS=\"$LDFLAGS\" CXXFLAGS=\"$CXXFLAGS\" DISTCHECK_CONFIGURE_FLAGS=\"--disable-dependency-tracking\" $@" > make.sh sh -x make.sh fi -- cgit v1.2.3