9
0
Fork 0

bad directory

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@509 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-01-05 16:55:44 +00:00
parent 3c5edc5d9b
commit a35e030925
1 changed files with 3 additions and 3 deletions

View File

@ -40,14 +40,14 @@ fi
# Define the ZIP file pathes
TAR_NAME=${SUBDIR}-${DATECODE}.tar
TAR_NAME=${SUBDIR}.tar
ZIP_NAME=${TAR_NAME}.gz
# Prepare the nuttx directory -- Remove garbage directories
for dir in ${GARBAGEDIRS}; do
echo "Removing ${NUTTX}/${dir}"
rm -rf ${NUTTX}/${dir}
echo "Removing ${SUBDIR}/${dir}"
rm -rf ${SUBDIR}/${dir}
done
# Prepare the directory