aboutsummaryrefslogtreecommitdiffstats
path: root/erts/start_scripts
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2011-11-28 11:49:54 +0100
committerSiri Hansen <[email protected]>2011-11-28 11:49:54 +0100
commit1cf38712b050cdaf924637a14e232d872bf54b2b (patch)
tree368eab7b8a84aaa760059c3394d80d609dca7e5d /erts/start_scripts
parent2b36dd726551cf822041b065df5d753ed0dba8b1 (diff)
downloadotp-1cf38712b050cdaf924637a14e232d872bf54b2b.tar.gz
otp-1cf38712b050cdaf924637a14e232d872bf54b2b.tar.bz2
otp-1cf38712b050cdaf924637a14e232d872bf54b2b.zip
Don't use +no_warn_sasl option to systools for bootstrap
Diffstat (limited to 'erts/start_scripts')
-rw-r--r--erts/start_scripts/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/erts/start_scripts/Makefile b/erts/start_scripts/Makefile
index c2576ee4cc..d8e39062e3 100644
--- a/erts/start_scripts/Makefile
+++ b/erts/start_scripts/Makefile
@@ -145,13 +145,11 @@ bootstrap_scripts: $(SS_ROOT)/start_clean.rel
$(INSTALL_DIR) $(TESTROOT)/bin
$(INSTALL_DIR) $(SS_TMP)
( cd $(SS_TMP) && \
- $(ERLC) $(BOOTSTRAP_SCRIPT_PATH) +no_warn_sasl +otp_build \
- +no_module_tests -o $(TESTROOT)/bin/start.script \
- $(SS_ROOT)/start_clean.rel )
+ $(ERLC) $(BOOTSTRAP_SCRIPT_PATH) +otp_build +no_module_tests \
+ -o $(TESTROOT)/bin/start.script $(SS_ROOT)/start_clean.rel )
( cd $(SS_TMP) && \
- $(ERLC) $(BOOTSTRAP_SCRIPT_PATH) +no_warn_sasl +otp_build \
- +no_module_tests -o $(TESTROOT)/bin/start_clean.script \
- $(SS_ROOT)/start_clean.rel )
+ $(ERLC) $(BOOTSTRAP_SCRIPT_PATH) +otp_build +no_module_tests \
+ -o $(TESTROOT)/bin/start_clean.script $(SS_ROOT)/start_clean.rel )
clean:
$(RM) $(REL_SCRIPTS) $(INSTALL_SCRIPTS)