Pass all flags to the underlying make when --build is passed to acprep.
This commit is contained in:
parent
f31f9866db
commit
26e121dde0
1 changed files with 1 additions and 1 deletions
2
acprep
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue