]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make-lang.in (f77.mostlyclean): Clean up stuff in the object tree too.
authorJeffrey A Law <law@cygnus.com>
Mon, 6 Oct 1997 20:13:30 +0000 (20:13 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 6 Oct 1997 20:13:30 +0000 (14:13 -0600)
        * Make-lang.in (f77.mostlyclean): Clean up stuff in the
        object tree too.
        (f77.clean, f77.distclean, f77.maintainer-clean): Likewise.

From-SVN: r15846

gcc/f/ChangeLog.egcs
gcc/f/Make-lang.in

index ae82032c6f524b7cfaf2e1233409b9d3e57595e0..8d6969daeb11534a4c52589ee8a3fcafdcbaf881 100644 (file)
@@ -1,3 +1,9 @@
+Mon Oct  6 14:15:03 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * Make-lang.in (f77.mostlyclean): Clean up stuff in the
+       object tree too.
+       (f77.clean, f77.distclean, f77.maintainer-clean): Likewise.
+
 Wed Oct  1 01:45:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
 
        * g77.c (pexecute, main): Use unlink, not remove.
index 0d06a7eed10c832412a78bc1268be5db062cf8e0..c684770c67c69e3605efd35e5e6a040ab0a3dec8 100644 (file)
@@ -522,10 +522,13 @@ f77.uninstall:
 f77.mostlyclean:
        -rm -f f/*$(objext)
        -rm -f f/fini f/f771 f/stamp-str f/str-*.h f/str-*.j f/intdoc f/ansify f/intdoc.h0
+       -cd f/runtime; $(MAKE) mostlyclean
        -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in mostlyclean
 f77.clean:
+       -cd f/runtime; $(MAKE) clean
        -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in clean
 f77.distclean:
+       -cd f/runtime; $(MAKE) distclean
        -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in distclean
        -rm -f f/Makefile
 # like gcc's extraclean, which does clean f/ for us, but not f/gbe,
@@ -544,6 +547,7 @@ f77.extraclean: f77.distclean
        -rm -f f/*/*/*lose f/*/*/*.s f/*/*/*.s[0-9] f/*/*/*.i
 # realclean is the pre-2.7.0 name for maintainer-clean
 f77.maintainer-clean f77.realclean: f77.distclean
+       -cd f/runtime; $(MAKE) maintainer-clean
        -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in maintainer-clean;; \
        -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/INSTALL f/NEWS f/intdoc.texi
 #\f