removing referneces to CVS, fix for issue #1547
This commit is contained in:
parent
484b31691f
commit
6620a0aa94
7 changed files with 10 additions and 10 deletions
|
@ -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`
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue