diff options
| author | Alan Conway <aconway@apache.org> | 2007-05-11 20:11:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-05-11 20:11:32 +0000 |
| commit | 1a1a11c09f75b72744c6f8e1c6e1a567eeae3886 (patch) | |
| tree | 93a5f67fe84bd92d6b6ed471f5a3b1797fdb45fd /cpp/bootstrap | |
| parent | 476417648e33a2404963c8f41fd0844a84bad92c (diff) | |
| download | qpid-python-1a1a11c09f75b72744c6f8e1c6e1a567eeae3886.tar.gz | |
* cpp/src/Makefile.am: Move generated code into src. Fix generation script.
* cpp/src/generate.sh: New generator script, simplify & fix some problems.
* cpp/Makefile.am: removed gen subdir
* cpp/bootstrap: remove redundant comment
* cpp/configure.ac: remove generator tests, now in generate.sh
* cpp/gen,cpp/gen/Makefile.am,cpp/gen/gen-src-mk.sh: Replaced by generate.sh
* cpp/src/tests/Makefile.am: Remove client_test from EXTRA_DEPS
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@537278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bootstrap')
| -rwxr-xr-x | cpp/bootstrap | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap index d911a3bfd1..c443112f30 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -9,9 +9,6 @@ libtoolize --automake : ${JAVAC=javac} export JAVA JAVAC -# If we're building in the qpid tree, we can generate -# some Makefile snippets: - # 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 \ |
