summaryrefslogtreecommitdiff
path: root/ACE/bin/make_release.py
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/make_release.py')
-rwxr-xr-xACE/bin/make_release.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/bin/make_release.py b/ACE/bin/make_release.py
index f7807d5e178..79d9843b978 100755
--- a/ACE/bin/make_release.py
+++ b/ACE/bin/make_release.py
@@ -914,16 +914,11 @@ def generate_workspaces (stage_dir):
vc10_option = ' -name_modifier *_vc10 '
vc9_option = ' -name_modifier *_vc9 '
- vc8_option = ' -name_modifier *_vc8 '
redirect_option = str ()
if not opts.verbose:
redirect_option = " >> ../mpc.log 2>&1"
- # Generate GNUmakefiles
- print "\tBootstrapping autotools support"
- ex ("bin/bootstrap " + redirect_option)
-
print "\tGenerating GNUmakefiles...."
ex (mpc_command + " -type gnuace " + exclude_option + mpc_option + redirect_option)
@@ -933,9 +928,6 @@ def generate_workspaces (stage_dir):
print "\tGenerating VC9 solutions..."
ex (mpc_command + " -type vc9 " + mpc_option + vc9_option + redirect_option)
- print "\tGenerating VC8 solutions..."
- ex (mpc_command + " -type vc8 " + mpc_option + vc8_option + redirect_option)
-
print "\tCorrecting permissions for all generated files..."
ex ("find ./ -name '*.vc[p,w]' -or -name '*.bmak' -or -name '*.vcproj' -or -name '*.sln' -or -name '*.vcxproj' -or -name '*.filters' -or -name 'GNUmake*' | xargs chmod 0644")