From daa7e1848907dc96c62a5328ccc37a16575e6e09 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 7 Jun 1994 17:37:52 +0000 Subject: * Makefile.in (mostlyclean, realclean): New targets. * doc/Makefile.in, testsuite/Makefile.in: Likewise. --- gas/Makefile.in | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'gas/Makefile.in') diff --git a/gas/Makefile.in b/gas/Makefile.in index 84b0c0b..c9e4d8d 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -19,7 +19,7 @@ # The targets for external use include: # all, doc, proto, install, uninstall, includes, TAGS, -# clean, cleanconfig, realclean, stage1, stage2, stage3, stage4. +# clean, mostlyclean, distclean, realclean, stage1, stage2, stage3, stage4. # Variables that exist for you to override. # See below for how to change them for certain systems. @@ -430,17 +430,17 @@ $(srcdir)/as.info: $(srcdir)/doc/as.texinfo clean-here: -rm -f $(STAGESTUFF) core -clean: clean-here - @cd doc ; $(MAKE) $(FLAGS_TO_PASS) clean +clean mostlyclean: clean-here + @cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@ @if [ -d testsuite ] ; then \ - cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) clean ; \ + cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) $@ ; \ else true; fi # Like clean but also delete the links made to configure gas. -distclean: clean-here - @cd doc ; $(MAKE) $(FLAGS_TO_PASS) distclean +distclean realclean: clean-here + @cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@ @if [ -d testsuite ] ; then \ - cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) distclean ; \ + cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) $@ ; \ else true; fi -rm -f config.status Makefile host.h targ-env.h targ-cpu.h \ targ-cpu.c obj-format.h obj-format.c atof-targ.c TAGS \ @@ -534,7 +534,8 @@ de-stage3: force - rmdir stage3 #In GNU Make, ignore whether `stage*' exists. -.PHONY: stage1 stage2 stage3 stage4 clean realclean TAGS bootstrap +.PHONY: stage1 stage2 stage3 stage4 clean mostlyclean realclean distclean +.PHONY: TAGS bootstrap force: -- cgit v1.1