git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@451 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-13 16:52:37 +00:00
parent 28b8f4a2e6
commit 48a5b245df
3 changed files with 327 additions and 362 deletions
+11
View File
@@ -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