aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-08-24 16:18:33 +0200
committerHenrik Nord <[email protected]>2011-08-24 16:18:43 +0200
commit0c09797c725c98e5466bf6c575b7be4f2fc0e813 (patch)
treeaafc4cf4f996ece272e6b9c3d2366061c34f08da /lib/sasl
parentd5261ddddfba705ed01540f5d60574c02eec67be (diff)
parentd0fb46f556bc7abf9018f402832c138c201f2b05 (diff)
downloadotp-0c09797c725c98e5466bf6c575b7be4f2fc0e813.tar.gz
otp-0c09797c725c98e5466bf6c575b7be4f2fc0e813.tar.bz2
otp-0c09797c725c98e5466bf6c575b7be4f2fc0e813.zip
Merge branch 'hw/update-chmod-without-f' into dev
* hw/update-chmod-without-f: Again: Call chmod without the "-f" flag OTP-9491
Diffstat (limited to 'lib/sasl')
-rw-r--r--lib/sasl/examples/src/Makefile2
-rw-r--r--lib/sasl/test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/examples/src/Makefile b/lib/sasl/examples/src/Makefile
index 4a4e04a536..c58f651696 100644
--- a/lib/sasl/examples/src/Makefile
+++ b/lib/sasl/examples/src/Makefile
@@ -66,7 +66,7 @@ release_spec: opt
$(INSTALL_DIR) $(RELSYSDIR)/examples/src
$(INSTALL_DIR) $(RELSYSDIR)/examples/ebin
(cd ..; tar cf - src ebin | (cd $(RELSYSDIR)/examples; tar xf -))
- chmod -f -R ug+w $(RELSYSDIR)/examples
+ chmod -R ug+w $(RELSYSDIR)/examples
release_docs_spec:
diff --git a/lib/sasl/test/Makefile b/lib/sasl/test/Makefile
index 0bdb79a06a..65be134462 100644
--- a/lib/sasl/test/Makefile
+++ b/lib/sasl/test/Makefile
@@ -86,7 +86,7 @@ release_tests_spec: make_emakefile
$(INSTALL_DIR) $(RELSYSDIR)
$(INSTALL_DATA) $(ERL_FILES) $(RELSYSDIR)
$(INSTALL_DATA) sasl.spec sasl.cover $(EMAKEFILE) $(RELSYSDIR)
- chmod -f -R u+w $(RELSYSDIR)
+ chmod -R u+w $(RELSYSDIR)
@tar cfh - *_SUITE_data | (cd $(RELSYSDIR); tar xf -)
release_docs_spec: