aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-03-30 17:28:48 +0200
committerHenrik Nord <[email protected]>2011-03-30 17:35:10 +0200
commit033469177c0337ce0dfde3a5a6478179389ba8c0 (patch)
tree5c9f2ff94d124666d96049cb87c24159c00a68c0 /lib/runtime_tools
parent7adef15b12d596ec43b1ed0c25a2657f9bad22cb (diff)
parent7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 (diff)
downloadotp-033469177c0337ce0dfde3a5a6478179389ba8c0.tar.gz
otp-033469177c0337ce0dfde3a5a6478179389ba8c0.tar.bz2
otp-033469177c0337ce0dfde3a5a6478179389ba8c0.zip
Merge branch 'hw/call-chmod-without-f' into dev
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r--lib/runtime_tools/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/test/Makefile b/lib/runtime_tools/test/Makefile
index 7dc7a015e1..cfaf420d65 100644
--- a/lib/runtime_tools/test/Makefile
+++ b/lib/runtime_tools/test/Makefile
@@ -59,7 +59,7 @@ release_tests_spec: make_emakefile
$(INSTALL_DIR) $(RELSYSDIR)
$(INSTALL_DATA) runtime_tools.spec runtime_tools.cover $(ERL_FILES) $(RELSYSDIR)
$(INSTALL_DATA) $(EMAKEFILE) runtime_tools.cover $(RELSYSDIR)
- chmod -f -R u+w $(RELSYSDIR)
+ chmod -R u+w $(RELSYSDIR)
@tar cf - *_SUITE_data | (cd $(RELSYSDIR); tar xf -)
release_docs_spec: