From c0f7b1413928d3c83682d57bc7a0e8b0aa398967 Mon Sep 17 00:00:00 2001 From: bala Date: Mon, 2 Jun 2003 01:01:44 +0000 Subject: ChangeLogTag:Sun Jun 01 20:02:52 2003 Balachandran Natarajan --- ChangeLog | 6 ++++++ bin/make_release | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b98911736dc..3cfc5c866b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Jun 01 20:02:52 2003 Balachandran Natarajan + + * bin/make_release: Fixed a typo and added comments. + Sun Jun 1 19:05:41 2003 Balachandran Natarajan * bin/make_release: The following changes were made to the release @@ -9,6 +13,8 @@ Sun Jun 1 19:05:41 2003 Balachandran Natarajan write permissions in the output directory - Removed the option to create releases with no zipped libraries. + - Introduced the need for another environment variable MAILID to + provide the mail id of the person cutting the beta. Sun Jun 01 18:02:24 2003 Balachandran Natarajan diff --git a/bin/make_release b/bin/make_release index 8bfef978129..d8cfe72686d 100755 --- a/bin/make_release +++ b/bin/make_release @@ -267,8 +267,7 @@ if ($update_versions && "$kit" ne 'ace+tao+ciao') { if ("$ace_tag") { &ex ("$cvs -q export -r$ace_tag -kv ACE_wrappers > /dev/null") && die "$0: failed cvs export of $ace_tag in $stage_dir\n"; - } - &ex ("cd ACE_wrappers && $make ACE-INSTALL") && + &ex ("cd ACE_wrappers && $make ACE-INSTALL") && die "$0: failed make ACE-INSTALL in $stage_dir/ACE_wrappers\n"; } -- cgit v1.2.1