summaryrefslogtreecommitdiff
path: root/bin/make_release
diff options
context:
space:
mode:
Diffstat (limited to 'bin/make_release')
-rwxr-xr-xbin/make_release11
1 files changed, 5 insertions, 6 deletions
diff --git a/bin/make_release b/bin/make_release
index 8ac8d9b01c3..4432d9d2bf9 100755
--- a/bin/make_release
+++ b/bin/make_release
@@ -777,14 +777,14 @@ sub generate_makefiles () {
#
# Need todo a common chmod on the file lists!
my $here = Cwd::getcwd();
-
+
my $exclude_option = '-exclude TAO/TAOACE.mwc,TAO/CIAO/CIAOTAO.mwc';
- my $tmp_mpc_option =
- '-recurse -hierarchy -relative ACE_ROOT=';
+ my $tmp_mpc_option =
+ '-recurse -hierarchy -relative ACE_ROOT=';
my $mpc_option = $tmp_mpc_option.$here.'/ACE_wrappers';
-
- my $tmp_static_option =
+
+ my $tmp_static_option =
'-static -name_modifier *_Static -apply_project -exclude TAO/CIAO,TAO/TAOACE.mwc ';
my $static_option = $tmp_static_option.$mpc_option;
@@ -810,7 +810,6 @@ sub generate_makefiles () {
"// \$Id\$\n" .
"// This is an automatically generated file.\n\n" .
"ssl=0\n" .
- "qos=1\n" .
"cidl=0\n" .
"rwho=0\n" .
"sctp=0\n";