aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/Makefile
diff options
context:
space:
mode:
authorHolger Weiß <[email protected]>2010-11-15 12:05:16 +0100
committerHolger Weiß <[email protected]>2010-11-15 12:05:16 +0100
commit7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 (patch)
tree9540d086acb305494f50f64253d6380927ba2b2f /lib/inets/test/Makefile
parentf26528bbea0a24674e797a58b97117c1f8cf163f (diff)
downloadotp-7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28.tar.gz
otp-7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28.tar.bz2
otp-7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28.zip
Call chmod without the "-f" flag
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted.
Diffstat (limited to 'lib/inets/test/Makefile')
-rw-r--r--lib/inets/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/test/Makefile b/lib/inets/test/Makefile
index bb7f2186af..6acd9ac8b3 100644
--- a/lib/inets/test/Makefile
+++ b/lib/inets/test/Makefile
@@ -303,11 +303,11 @@ release_spec: opt
release_tests_spec: opt
$(INSTALL_DIR) $(RELTESTSYSDIR)
$(INSTALL_DATA) $(RELTEST_FILES) $(RELTESTSYSDIR)
- chmod -f -R u+w $(RELTESTSYSDIR)
+ chmod -R u+w $(RELTESTSYSDIR)
tar chf - $(DATADIRS) | (cd $(RELTESTSYSDIR); tar xf -)
$(INSTALL_DIR) $(RELTESTSYSALLDATADIR)
$(INSTALL_DIR) $(RELTESTSYSBINDIR)
- chmod -f -R +x $(RELTESTSYSBINDIR)
+ chmod -R +x $(RELTESTSYSBINDIR)
$(INSTALL_DIR) $(RELTESTSYSALLDATADIR)/win32/lib
release_docs_spec: