From: Ben Gras Date: Tue, 30 Aug 2005 16:23:32 +0000 (+0000) Subject: big/regular make business X-Git-Tag: v3.1.0~241 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-dsfromkey.html?a=commitdiff_plain;h=72cc59fcbded88b456c59d4060a76a0c3dbc338b;p=minix.git big/regular make business --- diff --git a/commands/Makefile b/commands/Makefile index e9f4a6104..ebc4d283a 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -30,11 +30,11 @@ biginstall: cd $(KERMIT) && bigmake install clean:: - if [ -f $(FLEX)/Makefile ] ; then cd $(FLEX) && bigmake $@; fi - if [ -f $(GZIP)/Makefile ] ; then cd $(GZIP) && bigmake $@; fi - if [ -f $(PYTHON)/Makefile ] ; then cd $(PYTHON) && bigmake $@; fi - cd $(BZIP2) && bigmake clean - cd $(KERMIT) && bigmake clean + if [ -f $(FLEX)/Makefile ] ; then cd $(FLEX) && make $@; fi + if [ -f $(GZIP)/Makefile ] ; then cd $(GZIP) && make $@; fi + if [ -f $(PYTHON)/Makefile ] ; then cd $(PYTHON) && make $@; fi + cd $(BZIP2) && make clean + cd $(KERMIT) && make clean all install clean:: cd `arch` && $(MAKE) $@