From 1e51064a8a33ba54e82af1fa0b49e51312fd1c60 Mon Sep 17 00:00:00 2001 From: bala Date: Sat, 31 Jul 2004 16:09:07 +0000 Subject: *** empty log message *** --- bin/MakeProjectCreator/config/aceversion.mpb | 2 +- bin/MakeProjectCreator/config/ciaoversion.mpb | 2 +- bin/MakeProjectCreator/config/taoversion.mpb | 2 +- bin/make_release | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) (limited to 'bin') 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) { -- cgit v1.2.1