summaryrefslogtreecommitdiff
path: root/qpid/cpp/bootstrap
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-09 00:03:43 +0000
committerAlan Conway <aconway@apache.org>2007-08-09 00:03:43 +0000
commit6cb197ee036143a671456a1999b1b6c68186062f (patch)
tree3640b0ce670556e52e4ca6b77bf7e94104b9ea01 /qpid/cpp/bootstrap
parent31fe3d751bf048c3e47599ef3a18b1c39b165e09 (diff)
downloadqpid-python-6cb197ee036143a671456a1999b1b6c68186062f.tar.gz
Moved Proxy generation to rubygen.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@564051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bootstrap')
-rwxr-xr-xqpid/cpp/bootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/bootstrap b/qpid/cpp/bootstrap
index d56ae5bef4..978aab0968 100755
--- a/qpid/cpp/bootstrap
+++ b/qpid/cpp/bootstrap
@@ -14,6 +14,9 @@ export JAVA JAVAC
perl -ne '/^(include |if |else|endif)/ or print' Makefile.am \
| make -f - abs_srcdir=`dirname $(pwd)` gen.mk > /dev/null )
+# Create initial empty Makefile include files, make will generate the real contents.
+touch src/rubygen.mk src/generate.mk
+
automake
autoconf