summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-24 22:54:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-24 22:54:52 +0000
commita3222b94a4179978b5d143a9a041c9c401b875b2 (patch)
tree07a6bbb80d682b45b1e6108beced461b257df693 /misc
parentd4606a6e5e1d628a1525f61f44bb63510c41b7d9 (diff)
downloadnuttx-a3222b94a4179978b5d143a9a041c9c401b875b2.tar.gz
nuttx-a3222b94a4179978b5d143a9a041c9c401b875b2.tar.bz2
nuttx-a3222b94a4179978b5d143a9a041c9c401b875b2.zip
updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1731 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/ChangeLog3
-rwxr-xr-xmisc/buildroot/zipme.sh4
2 files changed, 3 insertions, 4 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 466292dfd..2dcbdb859 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -33,6 +33,5 @@ buildroot-0.1.5 2009-xx-xx <spudmonkey@racsa.co.cr>
and config/arm926t-defconfig-4.2.4 because of differences in the
way that soft floating point is handled between these two
architectures.
- * Add support for gcc-4.3.3 and the ARM Cortex-M3 processor (not yet
- verified)
+ * Add support for gcc-4.3.3 and the ARM Cortex-M3 processor
* Add support for binutils 2.19.1
diff --git a/misc/buildroot/zipme.sh b/misc/buildroot/zipme.sh
index cd5be4cd5..e50103b6d 100755
--- a/misc/buildroot/zipme.sh
+++ b/misc/buildroot/zipme.sh
@@ -106,13 +106,13 @@ done
# Remove any previous tarballs
if [ -f ${TAR_NAME} ] ; then
- echo "Removing ${PARENT}/${TAR_NAME}"
+ echo "Removing ${TAR_NAME}"
rm -f ${TAR_NAME} || \
{ echo "rm ${TAR_NAME} failed!" ; exit 1 ; }
fi
if [ -f ${ZIP_NAME} ] ; then
- echo "Removing ${PARENT}/${ZIP_NAME}"
+ echo "Removing ${ZIP_NAME}"
rm -f ${ZIP_NAME} || \
{ echo "rm ${ZIP_NAME} failed!" ; exit 1 ; }
fi