delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
Message-ID: | <20031112061038.12690.qmail@web41509.mail.yahoo.com> |
Date: | Tue, 11 Nov 2003 22:10:38 -0800 (PST) |
From: | Tony Zhou <johnerzhou AT yahoo DOT com> |
Subject: | Re: makefile question |
To: | djgpp AT delorie DOT com |
In-Reply-To: | <bos9sf$kig$1@agate.berkeley.edu> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> .PHONY: all clean subdirs $(SUBDIRS) > > all: subdirs > > subdirs: $(SUBDIRS) > > $(SUBDIRS): > $(MAKE) -C $@ > Try this $(MAKE) -kC $(wildcard $@) $(MAKE) -kC $(wildcard $@) clean Regards, Tony __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |