diff options
author | Alan Conway <aconway@apache.org> | 2007-04-14 16:38:02 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-14 16:38:02 +0000 |
commit | e592f06a7e03c4fe15372171b871bcc207cc4089 (patch) | |
tree | c73fcc45594441f6d7767894b0229931111e1471 /cpp/bootstrap | |
parent | 7c48ed87f8fbf6557bfbcc9fc84e25b9f24189ac (diff) | |
download | qpid-python-e592f06a7e03c4fe15372171b871bcc207cc4089.tar.gz |
* Moved code generation into top-level gen/ dir with own Makefile.am
to correctly install generated headers.
* Fixed gen-src.mk/Makefile dependency loop, bootstrap no longer needs
to pre-create gen-src.mk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@528835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-x | cpp/bootstrap | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap index 55bb6152a1..d911a3bfd1 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -12,16 +12,6 @@ export JAVA JAVAC # If we're building in the qpid tree, we can generate # some Makefile snippets: -if test -d ../specs; then - # Transform gen/Makefile.am, removing automake-constructs and the - # 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 && rm -f gen/gen-src.mk - perl -ne '/warning:|^(if|else|endif|include)\b/ or print' Makefile.am \ - | make -f - srcdir=. gen/gen-src.mk > /dev/null ) -fi - # Generate (for automake) lots of repetitive parts of tests/Makefile.am. (cd src/tests && rm -f gen.mk perl -ne '/^include / or print' Makefile.am \ |