blob: a916dba5deb894f684f7953096eb5087cf7a455a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- srclib/apr-util/buildconf.orig Sat Mar 25 20:30:07 2006
+++ srclib/apr-util/buildconf Sun Sep 24 15:13:18 2006
@@ -81,8 +81,10 @@
#
# Generate build-outputs.mk for the build systme
#
+if [ "x${FULLBUILD}" = "xon" ] ; then
echo "Generating 'make' outputs ..."
$apr_src_dir/build/gen-build.py make
+fi
#
# If Expat has been bundled, then go and configure the thing
|