summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-12-25 23:40:14 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-12-25 23:40:14 +0000
commitdae785667793875664a142546cde3c5da2b2f5c2 (patch)
tree58d875b49d4c35840a63131d19737f643a4bf626
parent2b16235a5279ea3971abcd8ee60c0cda4716a1b4 (diff)
downloadATCD-dae785667793875664a142546cde3c5da2b2f5c2.tar.gz
ChangeLogTag: Wed Dec 25 17:39:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLogs/ChangeLog-03a4
-rwxr-xr-xbin/make_release14
3 files changed, 10 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 456c37f989a..d158f1c4cda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 25 17:39:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * bin/make_release: Fixed problems with generation of vcproj etc.
+
Wed Dec 25 06:14:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* Merry Christmas to all. May we have peace and justice for all in 2003.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 456c37f989a..d158f1c4cda 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Wed Dec 25 17:39:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * bin/make_release: Fixed problems with generation of vcproj etc.
+
Wed Dec 25 06:14:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* Merry Christmas to all. May we have peace and justice for all in 2003.
diff --git a/bin/make_release b/bin/make_release
index ff0e09a563c..f6b552a4abd 100755
--- a/bin/make_release
+++ b/bin/make_release
@@ -678,18 +678,8 @@ sub generate_makefiles () {
# At this point, the only mwc/mpc files are in ace and tests. When more
# are available, this needs to be updated, maybe by cycling through
# all non-TAO directories looking for mwc (or mpc?) files.
- if ("$exec_prefix") {
- print "chdir ace\n";
- } else {
- chdir "ace" || die "$0: unable to chdir ace\n";
- }
- &ex ("../bin/mwc.pl -type vc7 ace.mwc; ../bin/mwc.pl -type em3 ace.mwc");
- if ("$exec_prefix") {
- print "chdir ../tests\n";
- } else {
- chdir "../tests" || die "$0: unable to chdir ../tests\n";
- }
- &ex ("../bin/mwc.pl -type vc7 tests.mwc; ../bin/mwc.pl -type em3 tests.mwc");
+ &ex ("cd ACE_wrappers/ace;../bin/mwc.pl -type vc7 ace.mwc; ../bin/mwc.pl -type em3 ace.mwc");
+ &ex ("cd ACE_wrappers/tests;../bin/mwc.pl -type vc7 tests.mwc; ../bin/mwc.pl -type em3 tests.mwc");
}
if ($kit =~ /^tao/) {
# A TAO-knowledgable person needs to decide what, if anything, is to be