Commit: Import Makefile.tpl patch from gcc land
Nick Clifton
nickc@redhat.com
Tue Apr 19 08:26:00 GMT 2016
More information about the Binutils mailing list
Tue Apr 19 08:26:00 GMT 2016
- Previous message (by thread): [msp430-elf] Interrupt vector corrupted?
- Next message (by thread): [RFC][PATCH] Check ELF relocs after opening all all input files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Guys, I am applying this patch to sync our Makefile.tpl file with the latest version in the FSF GCC mainline sources. Cheers Nick ./ChangeLog 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. diff --git a/Makefile.tpl b/Makefile.tpl index 5a9a83b..6be6c4e 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -811,7 +811,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 @@ -823,7 +823,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:
- Previous message (by thread): [msp430-elf] Interrupt vector corrupted?
- Next message (by thread): [RFC][PATCH] Check ELF relocs after opening all all input files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list