* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
the config.cache files found by the find command.
This commit is contained in:
parent
749f4f74be
commit
c4889b2341
@ -4,6 +4,9 @@
|
|||||||
* Makefile.tpl (local-distclean): Also remove config.cache files in
|
* Makefile.tpl (local-distclean): Also remove config.cache files in
|
||||||
sub-directories as there may not be Makefiles present in the
|
sub-directories as there may not be Makefiles present in the
|
||||||
sub-directories.
|
sub-directories.
|
||||||
|
* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
|
||||||
|
the config.cache files found by the find command.
|
||||||
|
|
||||||
* Makefile.in: Regenerate.
|
* Makefile.in: Regenerate.
|
||||||
* configure.ac: Revert previous delta.
|
* configure.ac: Revert previous delta.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
@ -771,7 +771,7 @@ local-distclean:
|
|||||||
-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 libiberty texinfo zlib 2>/dev/null
|
||||||
-find . -name config.cache -delete \; 2>/dev/null
|
-find . -name config.cache -exec rm -f {} \; \; 2>/dev/null
|
||||||
|
|
||||||
local-maintainer-clean:
|
local-maintainer-clean:
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user