On Sun, Mar 11, 2001 at 01:03:40PM -0000, [EMAIL PROTECTED] wrote: > -all: $(SUBDIRS) > +all: build-subdirs > > .PHONY: all $(SUBDIRS) clean distclean maintainer-clean dist install \ > uninstall distdir
Shouldn't you add build-subdirs to .PHONY now? > @@ -105,9 +105,11 @@ > CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADERS) \ > $(SHELL) ./config.status > > -$(SUBDIRS): config.status > - cd $@; $(MAKE) > - > +build-subdirs: > + @list='$(SUBDIRS)'; \ > + for dir in $$list; do \ > + cd $$dir; $(MAKE); cd ..; \ > + done > > clean: > @list='$(SUBDIRS)'; for dir in $$list; do \ > > > > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kevin Pilch-Bisson http://www.pilch-bisson.net "Historically speaking, the presences of wheels in Unix has never precluded their reinvention." - Larry Wall ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pgpVzgKvVfr0P.pgp
Description: PGP signature
