aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-07-27 11:50:04 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-07-27 11:50:04 +0200
commit3f2892689e6540a8654272903e101a5d18585061 (patch)
tree327be83a052ecacd4d2323b53b67f94a08bdac8a
parent2640d6c88cd9e6d1c24498d760f0228cbb89b045 (diff)
[build] add a comment about preserving order of module list
-rw-r--r--skel/tools/build/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index 696c3bb..91f253e 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -50,6 +50,8 @@ LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) $(LIBPARROT) @libs@ @icu_shared@
PERL6_EXE = perl6$(EXE)
PERL6_LANG_DIR = $(PARROT_LIB_DIR)/languages/perl6
+# This list must be kept in order, modules always coming after their
+# dependencies
MODULES = \
modules/zavolaj \
modules/xml-writer \