summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-17 10:05:27 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-17 10:05:27 +0000
commit90b41dadfe5ac3ad6a928fe7e8c0dd810ccb54d4 (patch)
treef01581d2b46954780b3a987d3a1441110917cde5 /Makefile.tpl
parent484ae26c8257d83aecf8775d14fc9f98bee74d84 (diff)
downloadgcc-90b41dadfe5ac3ad6a928fe7e8c0dd810ccb54d4.tar.gz
PR 11238
* Makefile.tpl (local-distclean): Also remove config.cache files in sub-directories as there may not be Makefiles present in the sub-directories. * Makefile.in: Regenerate. * configure.ac: Revert previous delta. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156826 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 889c040c5b2..37317bcaf88 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -771,6 +771,7 @@ local-distclean:
-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
+ -find . -name config.cache -delete \; 2>/dev/null
local-maintainer-clean:
@echo "This command is intended for maintainers to use;"