Add some comments to packages/darcs-all
authorIan Lynagh <igloo@earth.li>
Tue, 29 Jul 2008 15:19:34 +0000 (15:19 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 29 Jul 2008 15:19:34 +0000 (15:19 +0000)
darcs-all
libraries/Makefile
packages

index d53ed36..0462930 100644 (file)
--- a/darcs-all
+++ b/darcs-all
@@ -75,7 +75,7 @@ sub darcsall {
                 message "== $localpath repo not present; skipping";
             }
         }
-        elsif (! /^$/) {
+        elsif (! /^(#.*)?$/) {
             die "Bad line: $_";
         }
     }
index 818fff0..9282d2b 100644 (file)
@@ -39,6 +39,8 @@ TOP=..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/cabal-flags.mk
 
+# Any libraries listed here should also be in ../packages
+
 SUBDIRS  = ghc-prim $(INTEGER_LIBRARY) base array packedstring
 SUBDIRS += containers bytestring old-locale old-time filepath directory
 ifeq "$(GhcLibsWithUnix)" "YES"
index 1ab45af..d02ddb1 100644 (file)
--- a/packages
+++ b/packages
@@ -1,3 +1,6 @@
+# Note that when adding libraries to this file, you also need to add
+# the library to the SUBDIRS variable in libraries/Makefile so that they
+# actually get built
 utils/hsc2hs                            hsc2hs
 libraries/array                         packages/array
 libraries/base                          packages/base