Makefile.in (extraclean): Delete.
authorJoseph Myers <jsm@polyomino.org.uk>
Thu, 20 Nov 2003 10:08:56 +0000 (10:08 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 20 Nov 2003 10:08:56 +0000 (10:08 +0000)
gcc:
* Makefile.in (extraclean): Delete.
* configure.in (target_list): Remove extraclean.
* configure: Regenerate.
* doc/makefile.texi, doc/sourcebuild.texi: Update.
* objc/Make-lang.in (objc.extraclean): Delete.

gcc/ada:
* Make-lang.in (ada.extraclean): Delete.

gcc/cp:
* Make-lang.in (c++.extraclean): Delete.

gcc/f:
* Make-lang.in (f77.extraclean): Delete.

gcc/java:
* Make-lang.in (java.extraclean): Delete.

gcc/treelang:
* Make-lang.in (treelang.extraclean): Delete.

From-SVN: r73759

17 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/ada/ChangeLog
gcc/ada/Make-lang.in
gcc/configure
gcc/configure.in
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/doc/makefile.texi
gcc/doc/sourcebuild.texi
gcc/f/ChangeLog
gcc/f/Make-lang.in
gcc/java/ChangeLog
gcc/java/Make-lang.in
gcc/objc/Make-lang.in
gcc/treelang/ChangeLog
gcc/treelang/Make-lang.in

index ca4666e..6c251cd 100644 (file)
@@ -1,5 +1,13 @@
 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
 
+       * Makefile.in (extraclean): Delete.
+       * configure.in (target_list): Remove extraclean.
+       * configure: Regenerate.
+       * doc/makefile.texi, doc/sourcebuild.texi: Update.
+       * objc/Make-lang.in (objc.extraclean): Delete.
+
+2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
+
        * Makefile.in (lang_checks): Add.
        (check-c++, check-f77, check-java, check-g++, check-g77,
        check-objc): Remove hardcoded targets.
index 8f40a27..2ae917b 100644 (file)
@@ -941,7 +941,7 @@ LIB2_DIVMOD_FUNCS = _divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
 # all.cross, start.encap, rest.encap,
 # install-normal, install-common, install-info, install-man,
 # uninstall,
-# mostlyclean, clean, distclean, extraclean, maintainer-clean,
+# mostlyclean, clean, distclean, maintainer-clean,
 # stage1, stage2, stage3, stage4
 #
 # Each language is linked in with a series of hooks.  The name of each
@@ -2847,24 +2847,6 @@ distclean: clean lang.distclean
        -if [ ! -f po/exgettext ]; then rm -f po/*.gmo; fi
        -rmdir ada cp f java objc fixinc intl po testsuite 2>/dev/null
 
-# Delete anything likely to be found in the source directory
-# that shouldn't be in the distribution.
-extraclean: distclean lang.extraclean
-       -rm -rf =* ./"#"* *~* config/=* config/"#"* config/*~*
-       -rm -f patch* *.orig *.rej config/patch* config/*.orig config/*.rej
-       -rm -f config/*/=* config/*/"#"* config/*/*~*
-       -rm -f config/*/*.orig config/*/*.rej
-       -rm -f *.dvi *.ps *.oaux *.d *.[zZ] *.gz
-       -rm -f *.tar *.xtar *diff *.diff.* *.tar.* *.xtar.* *diffs
-       -rm -f *lose config/*lose config/*/*lose
-       -rm -f *.s *.s[0-9] *.i config/ChangeLog
-       -rm -f y.tab.c yacc.*
-       -rm -f */=* */"#"* */*~*
-       -rm -f */patch* */*.orig */*.rej
-       -rm -f */*.dvi */*.oaux */*.d */*.[zZ] */*.gz
-       -rm -f */*.tar */*.xtar */*diff */*.diff.* */*.tar.* */*.xtar.* */*diffs
-       -rm -f */*lose */*.s */*.s[0-9] */*.i
-
 # Get rid of every file that's generated from some other file, except for `configure'.
 # Most of these files ARE PRESENT in the GCC distribution.
 maintainer-clean:
index ac5254f..2302b91 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * Make-lang.in (ada.extraclean): Delete.
+
 2003-11-19  Arnaud Charlet  <charlet@act-europe.fr>
 
        * gnatmem.adb: Clean up verbose output.
index dc7dccd..255a2e6 100644 (file)
@@ -24,7 +24,7 @@
 #
 # foo.all.cross, foo.start.encap, foo.rest.encap,
 # foo.install-normal, foo.install-common, foo.install-man,
-# foo.uninstall, foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
+# foo.uninstall, foo.mostlyclean, foo.clean, foo.distclean,
 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
 #
 # where `foo' is the name of the language.
@@ -913,7 +913,6 @@ ada.distclean:
        -$(RMDIR) ada/rts
        -$(RM) ada/tools/*
        -$(RMDIR) ada/tools
-ada.extraclean:
 ada.maintainer-clean:
        -$(RM) ada/a-sinfo.h
        -$(RM) ada/a-einfo.h
index 274a14b..11ecfe1 100755 (executable)
@@ -7801,7 +7801,7 @@ touch Make-hooks
 target_list="all.build all.cross start.encap rest.encap tags \
        install-normal install-common install-man \
        uninstall \
-       mostlyclean clean distclean extraclean maintainer-clean \
+       mostlyclean clean distclean maintainer-clean \
        stage1 stage2 stage3 stage4 stageprofile stagefeedback"
 for t in $target_list
 do
index e64ef99..9ba6b51 100644 (file)
@@ -2866,7 +2866,7 @@ touch Make-hooks
 target_list="all.build all.cross start.encap rest.encap tags \
        install-normal install-common install-man \
        uninstall \
-       mostlyclean clean distclean extraclean maintainer-clean \
+       mostlyclean clean distclean maintainer-clean \
        stage1 stage2 stage3 stage4 stageprofile stagefeedback"
 for t in $target_list
 do
index 26d71e5..9d94e8f 100644 (file)
@@ -1,5 +1,9 @@
 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
 
+       * Make-lang.in (c++.extraclean): Delete.
+
+2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
+
        * Make-lang.in (check-g++, lang_checks): Add.
 
 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
index 252ea89..a0e4339 100644 (file)
@@ -25,7 +25,7 @@
 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
 # foo.install-normal, foo.install-common, foo.install-man,
 # foo.uninstall,
-# foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
+# foo.mostlyclean, foo.clean, foo.distclean,
 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
 #
 # where `foo' is the name of the language.
@@ -204,7 +204,6 @@ c++.mostlyclean:
 c++.clean:
 c++.distclean:
        -rm -f cp/config.status cp/Makefile
-c++.extraclean:
 c++.maintainer-clean:
 #\f
 # Stage hooks:
index 3ab98c0..1995e58 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+@c Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
@@ -26,9 +26,6 @@ That, and all the other files built by @samp{make all}.
 @item distclean
 That, and all the files created by @command{configure}.
 
-@item extraclean
-That, and any temporary or intermediate files, like emacs backup files.
-
 @item maintainer-clean
 Distclean plus any file that can be generated from other files.  Note
 that additional tools may be required beyond what is normally needed to
index 16686a4..eba00dd 100644 (file)
@@ -602,14 +602,11 @@ anything.
 @item mostlyclean
 @itemx clean
 @itemx distclean
-@itemx extraclean
 @itemx maintainer-clean
-Except for @code{extraclean}, the language parts of the standard GNU
+The language parts of the standard GNU
 @samp{*clean} targets. @xref{Standard Targets, , Standard Targets for
 Users, standards, GNU Coding Standards}, for details of the standard
-targets.  @code{extraclean} does @code{distclean} and also deletes
-anything likely to be found in the source directory that shouldn't be
-in the distribution.  For GCC, @code{maintainer-clean} should delete
+targets.  For GCC, @code{maintainer-clean} should delete
 all generated files in the source directory that are not checked into
 CVS, but should not delete anything checked into CVS@.
 @item stage1
index cdd78f9..b04c39d 100644 (file)
@@ -1,5 +1,9 @@
 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
 
+       * Make-lang.in (f77.extraclean): Delete.
+
+2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
+
        * Make-lang.in (check-f77, lang_checks): Add.
 
 2003-11-16  Jason Merrill  <jason@redhat.com>
index d0e9dd1..2f8f5a4 100644 (file)
@@ -24,7 +24,7 @@
 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
 # foo.install-normal, foo.install-common, foo.install-man,
 # foo.uninstall,
-# foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
+# foo.mostlyclean, foo.clean, foo.distclean,
 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
 #
 # where `foo' is the name of the language.
@@ -61,7 +61,7 @@ F77 f77: f771$(exeext)
   f77.install-normal \
   f77.install-common f77.install-man \
   f77.uninstall f77.mostlyclean f77.clean f77.distclean \
-  f77.extraclean f77.maintainer-clean f77.rebuilt \
+  f77.maintainer-clean f77.rebuilt \
   f77.stage1 f77.stage2 f77.stage3 f77.stage4 \
   f77.stageprofile f77.stagefeedback
 
@@ -313,7 +313,6 @@ f77.clean:
        -rm -f g77spec.o
 f77.distclean:
        -rm -f f/Makefile
-f77.extraclean:
 f77.maintainer-clean:
        -rm -f f/g77.info* f/g77.*aux f/TAGS f/TAGS.sub f/BUGS f/NEWS f/intdoc.texi
 #\f
index 5770af0..5155450 100644 (file)
@@ -1,5 +1,9 @@
 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
 
+       * Make-lang.in (java.extraclean): Delete.
+
+2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
+
        * Make-lang.in (check-java): Add.
 
 2003-11-19  Jeff Sturm  <jsturm@one-point.com>
index 814dab6..56a5fd5 100644 (file)
@@ -29,7 +29,7 @@
 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
 # foo.install-normal, foo.install-common, foo.install-man,
 # foo.uninstall,
-# foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
+# foo.mostlyclean, foo.clean, foo.distclean,
 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
 #
 # where `foo' is the name of the language.
@@ -231,7 +231,6 @@ java.clean:
 java.distclean:
        -rm -f java/config.status java/Makefile
        -rm -f java/parse.output
-java.extraclean:
 java.maintainer-clean:
        -rm -f $(parsedir)/java/parse.c $(parsedir)/java/parse-scan.c java/parse.output java/y.tab.c
        -rm -f $(docobjdir)/gcj.1 $(docobjdir)/gcjh.1
index 672d719..fe92a50 100644 (file)
@@ -25,7 +25,7 @@
 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
 # foo.install-normal, foo.install-common, foo.install-man,
 # foo.uninstall,
-# foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
+# foo.mostlyclean, foo.clean, foo.distclean,
 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
 #
 # where `foo' is the name of the language.
@@ -134,7 +134,6 @@ objc.distclean:
        -rm -f objc/Makefile objc/Make-host objc/Make-target
        -rm -f objc/config.status objc/config.cache
        -rm -f objc-parse.output
-objc.extraclean:
 objc.maintainer-clean:
        -rm -f $(parsedir)/objc/objc-parse.y
        -rm -f $(parsedir)/objc/objc-parse.c $(parsedir)/objc/objc-parse.output
index 7b08872..a0f1c1d 100644 (file)
@@ -1,5 +1,9 @@
 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
 
+       * Make-lang.in (treelang.extraclean): Delete.
+
+2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
+
        * Make-lang.in: Remove obsolete comment.
 
 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
index 03be182..1b056c4 100644 (file)
@@ -26,7 +26,7 @@
 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
 # foo.install-normal, foo.install-common, foo.install-man,
 # foo.uninstall, foo.distdir,
-# foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
+# foo.mostlyclean, foo.clean, foo.distclean,
 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
 #
 # where `foo' is the name of the language.
@@ -233,9 +233,7 @@ treelang.distclean: treelang.clean
        -rm -f treelang/config.status
        -rm -f treelang/*.output
 
-treelang.extraclean: treelang.distclean
-
-treelang.maintainer-clean: treelang.extraclean
+treelang.maintainer-clean: treelang.distclean
        for name in $(TREE_GENERATED); \
        do \
          if [ -f $(srcdir)/treelang/$$name ] ; then \