summaryrefslogtreecommitdiff
path: root/nuttx/tools/zipme.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-13 16:52:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-13 16:52:37 +0000
commit305e0738a8b38fb53171edf1a773bbdde80fb545 (patch)
treee57667533646fa2227f609589d57454c14293003 /nuttx/tools/zipme.sh
parent1dbeb7137b593584b54bb6acbe9da4f3e5d5bf71 (diff)
downloadpx4-nuttx-305e0738a8b38fb53171edf1a773bbdde80fb545.tar.gz
px4-nuttx-305e0738a8b38fb53171edf1a773bbdde80fb545.tar.bz2
px4-nuttx-305e0738a8b38fb53171edf1a773bbdde80fb545.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@451 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/zipme.sh')
-rwxr-xr-xnuttx/tools/zipme.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/tools/zipme.sh b/nuttx/tools/zipme.sh
index 382305d68..3200384cf 100755
--- a/nuttx/tools/zipme.sh
+++ b/nuttx/tools/zipme.sh
@@ -113,8 +113,19 @@ for dir in ${GARBAGEDIRS}; do
rm -rf ${NUTTX}/${dir}
done
+# Make sure that all of the necessary soft links are in place
+
+cd ${NUTTX}/Documentation || \
+ { echo "Failed to cd to ${NUTTX}/Documentation" ; exit 1 ; }
+
+ln -sf ../TODO TODO.txt
+ln -sf ../ChangeLog ChangeLog.txt
+
# Perform a full clean for the distribution
+cd ${PROJECTS} || \
+ { echo "Failed to cd to ${PROJECTS}" ; exit 1 ; }
+
make -C ${NUTTX} distclean
# Remove any previous tarballs