From 1ac8971afc375b8d4ce9060c0dd93e255ac84535 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Wed, 18 Nov 2009 17:59:49 -0800 Subject: Check in patches that fix minor toolchain build problems. --- Makefile.in | 2 +- clear_header.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index dd85c95..3edf459 100644 --- a/Makefile.in +++ b/Makefile.in @@ -238,7 +238,7 @@ stmp-config-target-newlib: stmp-build-target-binutils \ $(TARGET_BINUTILS_EXPORTS) ; \ $(TARGET_MINIMAL_GCC_EXPORTS) ; \ $(call find-package-srcdir, ${NEWLIB_VERSION})/configure \ - $(NEWLIB_CONFIG_ARGS && \ + $(NEWLIB_CONFIG_ARGS)) && \ $(STAMP) $@ stmp-build-target-newlib: stmp-config-target-newlib $(MAKE) -C ${NEWLIB_VERSION} && $(STAMP) $@ diff --git a/clear_header.sh b/clear_header.sh index 023eb25..d7b69b5 100755 --- a/clear_header.sh +++ b/clear_header.sh @@ -85,7 +85,7 @@ for one_header in ${installed_headers}; do text="Y" fi if [[ "${text}" = "Y" || "${text}" = "y" ]]; then - rm ${one_header} + rm -f ${one_header} echo "... Removed!" fi fi -- cgit v1.2.3