removing referneces to CVS, fix for issue #1547

This commit is contained in:
maroy 2005-12-24 12:40:35 +00:00
parent 484b31691f
commit 6620a0aa94
7 changed files with 10 additions and 10 deletions

View file

@ -229,9 +229,9 @@ cp -pPR README INSTALL configure $ls_tmpdir
#-------------------------------------------------------------------------------
# Get rid of the remnants of the CVS system
# Get rid of the remnants of the subversion system
#-------------------------------------------------------------------------------
rm -rf `find $ls_tmpdir -name CVS -type d`
rm -rf `find $ls_tmpdir -name .svn -type d`
#-------------------------------------------------------------------------------
@ -313,9 +313,9 @@ cp -pPR $pear_dir/* $pear_tmpdir
#-------------------------------------------------------------------------------
# Get rid of the remnants of the CVS system
# Get rid of the remnants of the subversion system
#-------------------------------------------------------------------------------
rm -rf `find $ls_tmpdir -name CVS -type d`
rm -rf `find $ls_tmpdir -name .svn -type d`
#-------------------------------------------------------------------------------

View file

@ -41,7 +41,7 @@ CP = cp -f
#-------------------------------------------------------------------------------
MODULE_NAME = alib
TAR_C = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f
TAR_C = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f
DIST_EXT = .tgz
DATE = `date +%y%m%d`

View file

@ -44,7 +44,7 @@ CAT = cat
#-------------------------------------------------------------------------------
MODULE_NAME = archiveServer
TAR_C = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f
TAR_C = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f
DIST_EXT = .tgz
DATE = `date +%y%m%d`

View file

@ -42,7 +42,7 @@ CP = cp -f
#-------------------------------------------------------------------------------
MODULE_NAME = getid3
TAR_C = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f
TAR_C = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f
DIST_EXT = .tgz
DATE = `date +%y%m%d`

View file

@ -45,7 +45,7 @@ CAT = cat
#-------------------------------------------------------------------------------
MODULE_NAME = htmlUI
TAR_C = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f
TAR_C = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f
DIST_EXT = .tgz
DATE = `date +%y%m%d`

View file

@ -45,7 +45,7 @@ CAT = cat
#-------------------------------------------------------------------------------
MODULE_NAME = getid3
TAR_C = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f
TAR_C = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f
DIST_EXT = .tgz
DATE = `date +%y%m%d`

View file

@ -45,7 +45,7 @@ PHP = php
#-------------------------------------------------------------------------------
MODULE_NAME = storageServer
TAR_C = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f
TAR_C = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f
DIST_EXT = .tgz
DATE = `date +%y%m%d`