[PATCH 12/12] Improve bootstrap.

* bootstrap: Trigger option `-x' earlier. Run generators following the project's directory hierarchy. --- ChangeLog | 7 +++++++ bootstrap | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 202fa40..1ffb7d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2009-06-08 Roland Levillain <roland@lrde.epita.fr> + Improve bootstrap. + + * bootstrap: Trigger option `-x' earlier. + Run generators following the project's directory hierarchy. + +2009-06-08 Roland Levillain <roland@lrde.epita.fr> + Factor local recursive targets in top-level Makefile. * Makefile.am (doc, pretty-check): Remove targets. diff --git a/bootstrap b/bootstrap index 9e8babf..f95fd01 100755 --- a/bootstrap +++ b/bootstrap @@ -125,8 +125,8 @@ done export LIBTOOLIZE=$libtoolize require $libtoolize 1.5.22 -# Generate unit test files. -run milena/tests/unit_test ./build_unit_test.sh `pwd`/milena/mln +# Tell what's going on. +set -x # Generate milena/headers.mk run milena ./generate_dist_headers.sh @@ -135,11 +135,11 @@ run milena ./generate_dist_headers.sh # for the tutorial. run milena/doc ./generate_dist_files.sh +# Generate unit test files. +run milena/tests/unit_test ./build_unit_test.sh `pwd`/milena/mln + # Generate unit test files for Scribo. run scribo/tests/unit_test ./build_unit_test.sh `pwd`/scribo -# Tell what's going on. -set -x - # Install the GNU Build System. autoreconf -f -v -i -- 1.6.1.2
participants (1)
-
Roland Levillain