diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-31 16:09:07 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-31 16:09:07 +0000 |
commit | 1e51064a8a33ba54e82af1fa0b49e51312fd1c60 (patch) | |
tree | 9f20bcb898e277ca4591eb1f70a99014007e9db1 /bin | |
parent | 2552d98f5721fdd19d35b81de369b2a1e2a873b7 (diff) | |
download | ATCD-1e51064a8a33ba54e82af1fa0b49e51312fd1c60.tar.gz |
*** empty log message ***
Diffstat (limited to 'bin')
-rw-r--r-- | bin/MakeProjectCreator/config/aceversion.mpb | 2 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/ciaoversion.mpb | 2 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/taoversion.mpb | 2 | ||||
-rwxr-xr-x | bin/make_release | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb index 1d0015e628c..16e86533c2f 100644 --- a/bin/MakeProjectCreator/config/aceversion.mpb +++ b/bin/MakeProjectCreator/config/aceversion.mpb @@ -2,5 +2,5 @@ // $Id$ project { - version = 5.4.2 + version = 5.4.1 } diff --git a/bin/MakeProjectCreator/config/ciaoversion.mpb b/bin/MakeProjectCreator/config/ciaoversion.mpb index 69bf6ddf873..56f42a4b4b5 100644 --- a/bin/MakeProjectCreator/config/ciaoversion.mpb +++ b/bin/MakeProjectCreator/config/ciaoversion.mpb @@ -2,5 +2,5 @@ // $Id$ project { - version = 0.4.2 + version = 0.4.1 } diff --git a/bin/MakeProjectCreator/config/taoversion.mpb b/bin/MakeProjectCreator/config/taoversion.mpb index f497f54e089..777553fa7c6 100644 --- a/bin/MakeProjectCreator/config/taoversion.mpb +++ b/bin/MakeProjectCreator/config/taoversion.mpb @@ -2,5 +2,5 @@ // $Id$ project { - version = 1.4.2 + version = 1.4.1 } diff --git a/bin/make_release b/bin/make_release index 6d3229a4f1f..4432d9d2bf9 100755 --- a/bin/make_release +++ b/bin/make_release @@ -287,7 +287,7 @@ if ($update_versions && "$kit" ne 'ace+tao+ciao') { chdir "ACE_wrappers" || die "$0: unable to chdir ACE_wrappers\n"; &ex ("$cvs -q export -r$tao_tag -kv TAO > /dev/null") && die "$0: failed cvs export of $tao_tag in $stage_dir\n"; - &ex ("cd ACE_wrappers/TAO && $make INSTALL") && + &ex ("cd TAO && $make INSTALL") && die "$0: failed make INSTALL in " . "$stage_dir/ACE_wrappers/TAO\n"; } @@ -298,6 +298,8 @@ if ($update_versions && "$kit" ne 'ace+tao+ciao') { die "$0: failed cvs export of $ciao_tag in $stage_dir\n"; } + chdir "../../"; + $status = &generate_makefiles (); if ($status != 0) { |