summaryrefslogtreecommitdiff
path: root/cpp/bootstrap
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-04-03 21:56:22 +0000
committerAlan Conway <aconway@apache.org>2007-04-03 21:56:22 +0000
commit267e3b409fa20b19c4c851349cd205bfcb41ced5 (patch)
tree172f44fd3212d5f5b77c6f408c8c24fc745006f1 /cpp/bootstrap
parent0184b49a6c2f0e3174b8b5ac5e33342123737a14 (diff)
downloadqpid-python-267e3b409fa20b19c4c851349cd205bfcb41ced5.tar.gz
* Remove redundant Makefile.am, not needed with single src/ makefile.
* Fixed automake warnings. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@525297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-xcpp/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
index b956edf70f..55bb6152a1 100755
--- a/cpp/bootstrap
+++ b/cpp/bootstrap
@@ -17,9 +17,9 @@ if test -d ../specs; then
# contents of the sole automake-else clause (the warning), then
# use the result to run the rules that create gen-src.mk, a file
# that must be created before we run automake.
- (cd src/gen && rm -f gen-src.mk
+ (cd src && rm -f gen/gen-src.mk
perl -ne '/warning:|^(if|else|endif|include)\b/ or print' Makefile.am \
- | make -f - srcdir=. gen-src.mk > /dev/null )
+ | make -f - srcdir=. gen/gen-src.mk > /dev/null )
fi
# Generate (for automake) lots of repetitive parts of tests/Makefile.am.