]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
Make distclean clean up more (PR70173)
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 13 Apr 2016 18:02:08 +0000 (20:02 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 13 Apr 2016 18:02:08 +0000 (20:02 +0200)
commitf3653cf5bbc035d700f3d27dc12864d4d12c5d89
tree6f481f98ba5518b32d364bacc4a994c8282ecb95
parent545a4139d5740a179540536774d3ed97ccde6320
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
ChangeLog
Makefile.in
Makefile.tpl