last-svn-commit-59-gd4d289f bootstrap: Regen the list of outputs rules and timestamps.

17 Mar
2010
17 Mar
'10
7:56 p.m.
--- ChangeLog | 4 ++++ bootstrap | 6 ++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3166c4..8b87df8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-17 Roland Levillain <roland@lrde.epita.fr> + + * bootstrap: Regen the list of outputs rules and timestamps. + 2010-03-16 Roland Levillain <roland@lrde.epita.fr> * bootstrap: Regen the list of split examples of the documentation. diff --git a/bootstrap b/bootstrap index 9dada3f..8b50cb3 100755 --- a/bootstrap +++ b/bootstrap @@ -179,6 +179,12 @@ milena/doc/gen-make-variable EXAMPLES \ >milena/doc/examples.mk # * Split examples. cd milena/doc && ./gen-split-examples-mk >split-examples.mk +# * Outputs rules and timestamps. +cd milena/doc && \ + ./gen-examples-outputs-mk \ + `find examples -name \*.cc -a \! -path examples/trash/\* \ + | env LC_ALL=C sort` \ + >examples-outputs.mk # Generate unit test files. run . ./build-aux/build_unit_test.sh `pwd`/milena/mln milena/tests/unit_test milena/tests/unit_test/disabled_tests -- 1.5.6.5
5690
Age (days ago)
5690
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain