[llvm-commits] [llvm-top] r37904 - /llvm-top/trunk/Makefile
Reid Spencer
reid at x10sys.com
Thu Jul 5 01:29:25 PDT 2007
Author: reid
Date: Thu Jul 5 03:29:25 2007
New Revision: 37904
URL: http://llvm.org/viewvc/llvm-project?rev=37904&view=rev
Log:
Add a comment explaining how the module dependency thing works.
Modified:
llvm-top/trunk/Makefile
Modified: llvm-top/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm-top/trunk/Makefile?rev=37904&r1=37903&r2=37904&view=diff
==============================================================================
--- llvm-top/trunk/Makefile (original)
+++ llvm-top/trunk/Makefile Thu Jul 5 03:29:25 2007
@@ -35,7 +35,10 @@
else
-# Check out a module and all its dependencies.
+# Check out a module and all its dependencies. Note that this arrangement
+# depends on each module having a file named ModuleInfo.txt that explicitly
+# indicates the other LLVM modules it depends on. See one of those files for
+# examples.
checkout:
$(SVN) co $(SVNROOT)/$(MODULE)/trunk $(MODULE)
@if test -f $(MODULEINFO); then \
More information about the llvm-commits
mailing list