mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
gnattools: Clean config.cache (PR70173)
The config.cache file should be deleted by "make distclean", just like config.log and config.status . The directory itself is still not deleted (just like the gotools and libcc1 directories). gnattools/ PR bootstrap/70173 * Makefile.in (distclean): Also delete config.cache . git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234721 138bc75d-0d04-0410-961f-82ee72b054a4
This commit is contained in:
parent
d374a3a3e4
commit
a66f43ae5b
@ -1,3 +1,8 @@
|
||||
2016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
PR bootstrap/70173
|
||||
* Makefile.in (distclean): Also delete config.cache .
|
||||
|
||||
2015-12-06 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
PR ada/50048
|
||||
|
||||
@ -309,7 +309,7 @@ mostlyclean:
|
||||
clean:
|
||||
|
||||
distclean:
|
||||
$(RM) Makefile config.status config.log
|
||||
$(RM) Makefile config.status config.log config.cache
|
||||
|
||||
maintainer-clean:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user