Commit bac2a454 by Jeffrey A Law Committed by Jeff Law

Make-lang.in (f77.mostlyclean): Clean up stuff in the object tree too.

        * Make-lang.in (f77.mostlyclean): Clean up stuff in the
        object tree too.
        (f77.clean, f77.distclean, f77.maintainer-clean): Likewise.

From-SVN: r15846
parent 4b6140f1
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> Wed Oct 1 01:45:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
* g77.c (pexecute, main): Use unlink, not remove. * g77.c (pexecute, main): Use unlink, not remove.
......
...@@ -522,10 +522,13 @@ f77.uninstall: ...@@ -522,10 +522,13 @@ f77.uninstall:
f77.mostlyclean: f77.mostlyclean:
-rm -f f/*$(objext) -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 -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 -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in mostlyclean
f77.clean: f77.clean:
-cd f/runtime; $(MAKE) clean
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in clean -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in clean
f77.distclean: f77.distclean:
-cd f/runtime; $(MAKE) distclean
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in distclean -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in distclean
-rm -f f/Makefile -rm -f f/Makefile
# like gcc's extraclean, which does clean f/ for us, but not f/gbe, # like gcc's extraclean, which does clean f/ for us, but not f/gbe,
...@@ -544,6 +547,7 @@ f77.extraclean: f77.distclean ...@@ -544,6 +547,7 @@ f77.extraclean: f77.distclean
-rm -f f/*/*/*lose f/*/*/*.s f/*/*/*.s[0-9] f/*/*/*.i -rm -f f/*/*/*lose f/*/*/*.s f/*/*/*.s[0-9] f/*/*/*.i
# realclean is the pre-2.7.0 name for maintainer-clean # realclean is the pre-2.7.0 name for maintainer-clean
f77.maintainer-clean f77.realclean: f77.distclean f77.maintainer-clean f77.realclean: f77.distclean
-cd f/runtime; $(MAKE) maintainer-clean
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in 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 -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/INSTALL f/NEWS f/intdoc.texi
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment