+2010-02-17 Nick Clifton <nickc@redhat.com>
+
+ 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.
+
2010-02-15 Nick Clifton <nickc@redhat.com>
PR 11238
-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 -exec rm -f {} \; 2>/dev/null
local-maintainer-clean:
@echo "This command is intended for maintainers to use;"
-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;"
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
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
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
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
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
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