mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 09:34:45 +08:00
Make distclean clean up more (PR70173)
Currently, distclean does not remove the libcc1, gnattools, and gotools directories, and not the stage_final file either. Fix that. PR bootstrap/70173 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools, and gotools directories. Delete the stage_final file. * Makefile.in: Regenerate. From-SVN: r234954
This commit is contained in:
parent
545a4139d5
commit
f3653cf5bb
@ -1,3 +1,10 @@
|
||||
2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
PR bootstrap/70173
|
||||
* Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
|
||||
and gotools directories. Delete the stage_final file.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
@ -2316,7 +2316,7 @@ local-clean:
|
||||
|
||||
local-distclean:
|
||||
-rm -f Makefile config.status config.cache mh-frag mt-frag
|
||||
-rm -f maybedep.tmp serdep.tmp
|
||||
-rm -f maybedep.tmp serdep.tmp stage_final
|
||||
-if [ "$(TARGET_SUBDIR)" != "." ]; then \
|
||||
rm -rf $(TARGET_SUBDIR); \
|
||||
else true; fi
|
||||
@ -2328,7 +2328,8 @@ local-distclean:
|
||||
-rm -f texinfo/doc/Makefile texinfo/po/POTFILES
|
||||
-rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
|
||||
-rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
|
||||
-rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
|
||||
-rmdir fastjar gcc gnattools gotools libcc1 libiberty 2>/dev/null
|
||||
-rmdir texinfo zlib 2>/dev/null
|
||||
-find . -name config.cache -exec rm -f {} \; \; 2>/dev/null
|
||||
|
||||
local-maintainer-clean:
|
||||
|
@ -810,7 +810,7 @@ local-clean:
|
||||
|
||||
local-distclean:
|
||||
-rm -f Makefile config.status config.cache mh-frag mt-frag
|
||||
-rm -f maybedep.tmp serdep.tmp
|
||||
-rm -f maybedep.tmp serdep.tmp stage_final
|
||||
-if [ "$(TARGET_SUBDIR)" != "." ]; then \
|
||||
rm -rf $(TARGET_SUBDIR); \
|
||||
else true; fi
|
||||
@ -822,7 +822,8 @@ local-distclean:
|
||||
-rm -f texinfo/doc/Makefile texinfo/po/POTFILES
|
||||
-rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
|
||||
-rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
|
||||
-rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
|
||||
-rmdir fastjar gcc gnattools gotools libcc1 libiberty 2>/dev/null
|
||||
-rmdir texinfo zlib 2>/dev/null
|
||||
-find . -name config.cache -exec rm -f {} \; \; 2>/dev/null
|
||||
|
||||
local-maintainer-clean:
|
||||
|
Loading…
Reference in New Issue
Block a user