more
authorTom Tromey <tromey@redhat.com>
Tue, 21 Nov 1995 06:23:47 +0000 (06:23 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 21 Nov 1995 06:23:47 +0000 (06:23 +0000)
TODO

diff --git a/TODO b/TODO
index 5e56ddc..d0bd598 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,10 +21,16 @@ clean.am: clean: if all the macros are empty, the rule expands to:
        rm -rf
 which should be fixed
 
-If TEXINFOS supplied, should verify that texinfo.tex exists.
-
 Consider automating stamp-vti stuff.  What does GNITS say about this?
 
+Consider rewriting recursive rules to use static value of SUBDIRS:
+       SUBDIRS = x y z
+       all:: all-x all-y all-z
+       all-x: deps
+               (cd x; $(MAKE) all)
+Not sure if this is a win or not.  But it allows "make -k" to work
+without hackery.
+
 ================================================================
 
 For CONFIG_HEADER,