diff options
author | Peter Andersson <[email protected]> | 2015-01-21 22:17:01 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-01-21 22:17:01 +0100 |
commit | 96274bb8ce9904999e7137e3082d3dde18e75c7d (patch) | |
tree | dccba8eb21e01578cabea92bc79f4d93467d5971 /lib/common_test/priv | |
parent | 2249ed70a95b238d37164a64abecfbde76f7dec2 (diff) | |
download | otp-96274bb8ce9904999e7137e3082d3dde18e75c7d.tar.gz otp-96274bb8ce9904999e7137e3082d3dde18e75c7d.tar.bz2 otp-96274bb8ce9904999e7137e3082d3dde18e75c7d.zip |
Have make ignore the chmod command line in the makefile if it fails
Diffstat (limited to 'lib/common_test/priv')
-rw-r--r-- | lib/common_test/priv/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index 5a9fabbe45..1bc6b82ebb 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -71,7 +71,7 @@ debug opt: $(V_at)sed -e 's;@CT_VSN@;$(VSN);' \ -e 's;@TS_VSN@;$(TEST_SERVER_VSN);' \ ../install.sh.in > install.sh - $(V_at)chmod 775 install.sh + - $(V_at)chmod -f 775 install.sh docs: |