Sync Makefile.tpl with gcc.
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.
This commit is contained in:
parent
48eac74cb7
commit
bb7dc663ab
3 changed files with 17 additions and 4 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2016-04-19 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* Import this patch from the GCC mainline:
|
||||||
|
|
||||||
|
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-03-17 Cary Coutant <ccoutant@gmail.com>
|
2016-03-17 Cary Coutant <ccoutant@gmail.com>
|
||||||
|
|
||||||
* configure.ac: Add mips and s390 to the gold target check.
|
* configure.ac: Add mips and s390 to the gold target check.
|
||||||
|
|
|
@ -2317,7 +2317,7 @@ local-clean:
|
||||||
|
|
||||||
local-distclean:
|
local-distclean:
|
||||||
-rm -f Makefile config.status config.cache mh-frag mt-frag
|
-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 \
|
-if [ "$(TARGET_SUBDIR)" != "." ]; then \
|
||||||
rm -rf $(TARGET_SUBDIR); \
|
rm -rf $(TARGET_SUBDIR); \
|
||||||
else true; fi
|
else true; fi
|
||||||
|
@ -2329,7 +2329,8 @@ local-distclean:
|
||||||
-rm -f texinfo/doc/Makefile texinfo/po/POTFILES
|
-rm -f texinfo/doc/Makefile texinfo/po/POTFILES
|
||||||
-rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
|
-rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
|
||||||
-rmdir texinfo/makeinfo texinfo/po texinfo/util 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
|
-find . -name config.cache -exec rm -f {} \; \; 2>/dev/null
|
||||||
|
|
||||||
local-maintainer-clean:
|
local-maintainer-clean:
|
||||||
|
|
|
@ -811,7 +811,7 @@ local-clean:
|
||||||
|
|
||||||
local-distclean:
|
local-distclean:
|
||||||
-rm -f Makefile config.status config.cache mh-frag mt-frag
|
-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 \
|
-if [ "$(TARGET_SUBDIR)" != "." ]; then \
|
||||||
rm -rf $(TARGET_SUBDIR); \
|
rm -rf $(TARGET_SUBDIR); \
|
||||||
else true; fi
|
else true; fi
|
||||||
|
@ -823,7 +823,8 @@ local-distclean:
|
||||||
-rm -f texinfo/doc/Makefile texinfo/po/POTFILES
|
-rm -f texinfo/doc/Makefile texinfo/po/POTFILES
|
||||||
-rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
|
-rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
|
||||||
-rmdir texinfo/makeinfo texinfo/po texinfo/util 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
|
-find . -name config.cache -exec rm -f {} \; \; 2>/dev/null
|
||||||
|
|
||||||
local-maintainer-clean:
|
local-maintainer-clean:
|
||||||
|
|
Loading…
Reference in a new issue