---
ChangeLog | 4 ++++
Makefile.am | 15 +++++++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b0353a6..9ed3dfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-13 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * Makefile.am: Add a FIXME.
+
2009-07-09 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
* lrde-upload.sh: Call chmod before copying files.
diff --git a/Makefile.am b/Makefile.am
index 9cd8b57..8982f66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,6 +96,21 @@ LRDE_NODIST_FILES = \
$(distdir)/milena/tests/value/stack.cc \
$(distdir)/scribo
+## FIXME: Running `build-aux/build_unit_test.sh' just to update
+## `milena/tests/unit_test/unit-tests.mk' is overkill:
+##
+## 1. It recreates *all* the sources (more than 1200 `.cc' files!).
+## => We should just regen `unit-tests.mk', not the `.cc' files.
+##
+## 2. It visits (almost) all the directories and files under
+## milena/mln/ (which admittedly a smaller issue compared to the
+## previous one)
+## => Prune `unit-tests.mk' instead of regenerating it. The
+## simplest solution is probably to equip `unit-tests.mk' in the
+## first place with `<<lrde'/`>>' tags, then prune it with
+## dist-strip.
+##
+
# Do not distribute parts tagged `lrde' (see build-aux/strip-lrde).
dist-hook:
for f in $(LRDE_STRIPPED_DIST_FILES); do \
--
1.6.1.2
Show replies by date