From 7ba13700cc6907ff4e997732d64f45828bb912c9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 21 Nov 1995 06:23:47 +0000 Subject: [PATCH] more --- TODO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 5e56ddcf..d0bd598b 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, -- 2.43.5