From: Tom Tromey Date: Tue, 21 Nov 1995 06:23:47 +0000 (+0000) Subject: more X-Git-Tag: Release-0-25~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a33b9020970196cdcba58ade9e50028c754ca60d;p=thirdparty%2Fautomake.git more --- diff --git a/TODO b/TODO index 5e56ddcfa..d0bd598ba 100644 --- 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,