summaryrefslogtreecommitdiff
path: root/bin/update-ace+tao.sh
diff options
context:
space:
mode:
authorsiemens <siemens@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-17 16:26:25 +0000
committersiemens <siemens@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-17 16:26:25 +0000
commita1d73921dd8779849d8f1bf7f7f15cbe22fa2817 (patch)
treeb937c9bbd1563483162dce50db116f417871017b /bin/update-ace+tao.sh
parent88ba75a6f8ebe9d2a1d37394bf7a356426066bb4 (diff)
downloadATCD-a1d73921dd8779849d8f1bf7f7f15cbe22fa2817.tar.gz
Use official list of files instead of guessing.
Diffstat (limited to 'bin/update-ace+tao.sh')
-rwxr-xr-xbin/update-ace+tao.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update-ace+tao.sh b/bin/update-ace+tao.sh
index 205f2ec5125..eef0a5b5e55 100755
--- a/bin/update-ace+tao.sh
+++ b/bin/update-ace+tao.sh
@@ -16,7 +16,7 @@ old_tao_version=`version <TAO/VERSION TAO`
if [ -z $old_ace_version ]; then echo No existing ACE version; exit 1; fi
if [ -z $old_tao_version ]; then echo No existing TAO version; exit 1; fi
-cvs update -A VERSION TAO/VERSION
+cvs update -A VERSION TAO/VERSION Makefile
ace_version=`version <VERSION ACE`
tao_version=`version <TAO/VERSION TAO`
@@ -30,7 +30,7 @@ echo New software version tags: $ace_version $tao_version
# Conserve net bandwidth if no change was observed
if [ $old_ace_version != $ace_version ]; then
- cvs -q update -Pd -r $ace_version `ls|egrep -v '^(\.|\.\.|TAO|CVS)$'`
+ cvs -q update -Pd -r $ace_version `make -s show_controlled_files`
fi
if [ $old_tao_version != $tao_version ]; then
cvs -q update -Pd -r $tao_version TAO