aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2009-11-18 17:59:49 -0800
committerJing Yu <jingyu@google.com>2009-11-18 17:59:49 -0800
commit1ac8971afc375b8d4ce9060c0dd93e255ac84535 (patch)
treecdbc34584a91a1c6bdff1dbe3f0cff170b65d2a8
parent5d79c3490b4abd11dbbc81539aa04abdd668cf31 (diff)
Check in patches that fix minor toolchain build problems.
-rw-r--r--Makefile.in2
-rwxr-xr-xclear_header.sh2
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