From 18801cd598dceea2818f4d07a73a9a00f17e708b Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Feb 2011 01:53:19 +0000 Subject: Removed old CVS directories git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3294 42af7a65-404d-4744-a932-0658087f49c3 --- misc/pascal/zipme | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'misc/pascal') diff --git a/misc/pascal/zipme b/misc/pascal/zipme index d4ed19d62..06017df52 100755 --- a/misc/pascal/zipme +++ b/misc/pascal/zipme @@ -7,13 +7,6 @@ DATECODE=$1 TAR="tar cvf" ZIP=gzip -# This is a list of bad directories that have creapt into the CVS tree -# due to bad imports, renamed directories, etc. - -GARBAGEDIRS="\ - insn32/plopt\ -" - # Move up one directory cd .. @@ -43,13 +36,6 @@ fi TAR_NAME=${SUBDIR}.tar ZIP_NAME=${TAR_NAME}.gz -# Prepare the nuttx directory -- Remove garbage directories - -for dir in ${GARBAGEDIRS}; do - echo "Removing ${SUBDIR}/${dir}" - rm -rf ${SUBDIR}/${dir} -done - # Prepare the directory make -C ${SUBDIR} deep-clean -- cgit v1.2.3