diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-17 10:05:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-02-17 10:05:51 +0000 |
commit | 3994761f62b6afc8508f48f20e70b87385647249 (patch) | |
tree | 27ba60961b6f5f425292f6f1ff054d9bc013aa5d /configure | |
parent | d83a18b6bd942f21cdc1c16893972867f4e82927 (diff) | |
download | gdb-3994761f62b6afc8508f48f20e70b87385647249.zip gdb-3994761f62b6afc8508f48f20e70b87385647249.tar.gz gdb-3994761f62b6afc8508f48f20e70b87385647249.tar.bz2 |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -7606,12 +7606,6 @@ for module in ${build_configdirs} ; do echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure" rm -f ${build_subdir}/${module}/Makefile fi - # PR 11238: Also remove config.cache files. - if test -z "${no_recursion}" \ - && test -f ${build_subdir}/${module}/config.cache; then - echo 1>&2 "*** removing ${build_subdir}/${module}/config.cache to allow reconfigure" - rm -f ${build_subdir}/${module}/config.cache - fi extrasub_build="$extrasub_build /^@if build-$module\$/d /^@endif build-$module\$/d @@ -7627,11 +7621,6 @@ for module in ${configdirs} ; do rm -f ${file} fi done - # PR 11238: Also remove config.cache files. - if test -f ${module}/config.cache; then - echo 1>&2 "*** removing ${module}/config.cache to allow reconfigure" - rm -f ${module}/config.cache - fi fi extrasub_host="$extrasub_host /^@if $module\$/d @@ -7646,12 +7635,6 @@ for module in ${target_configdirs} ; do echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure" rm -f ${target_subdir}/${module}/Makefile fi - # PR 11238: Also remove config.cache files. - if test -z "${no_recursion}" \ - && test -f ${target_subdir}/${module}/config.cache; then - echo 1>&2 "*** removing ${target_subdir}/${module}/config.cache to allow reconfigure" - rm -f ${target_subdir}/${module}/config.cache - fi # We only bootstrap target libraries listed in bootstrap_target_libs. case $bootstrap_target_libs in |