mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@451 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user