From 305e0738a8b38fb53171edf1a773bbdde80fb545 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 13 Dec 2007 16:52:37 +0000 Subject: update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@451 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/tools/zipme.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nuttx/tools') 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 -- cgit v1.2.3