diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-13 18:13:17 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-13 18:13:17 +0000 |
commit | 5efc016bc1a3f3ef4e87d0b03926c855767f3c7c (patch) | |
tree | 85a9c3fd83a30cf33d629db105d0742ab72bf98e /bin/make_release | |
parent | 5c48dd0db20edb30ac8cd691bce5eeebf4b32772 (diff) | |
download | ATCD-5efc016bc1a3f3ef4e87d0b03926c855767f3c7c.tar.gz |
ChangeLogTag: Fri Aug 13 13:11:16 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'bin/make_release')
-rwxr-xr-x | bin/make_release | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/make_release b/bin/make_release index 62783c28f71..26789b9d9b9 100755 --- a/bin/make_release +++ b/bin/make_release @@ -261,8 +261,6 @@ if ($update_versions && "$kit" ne 'ace+tao') { &ex ("cd ACE_wrappers/TAO && $make INSTALL orbsvcs/README") && die "$0: failed make INSTALL TAO/orbsvcs/README in " . "$stage_dir/ACE_wrappers/TAO\n"; - - $release_files .= ' ACE_wrappers/TAO'; } $status = &create_kit (); @@ -550,6 +548,7 @@ sub diff () { ######## Create the tar file(s) and move to their proper location. ######## sub create_kit () { + my $dest = $install ? "$export_dir" : 'created'; my $dispose = $install ? "$mv" : 'echo'; @@ -591,6 +590,8 @@ sub create_kit () { } if ($kit eq 'ace+tao') { + $release_files .= ' ACE_wrappers/TAO'; + if ($create_zips) { $build_command .= "$rm ACE+TAO.zip; " . |