We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-f
rm
1 parent ddaf752 commit 2a7f015Copy full SHA for 2a7f015
Makefile.common-jst
@@ -173,7 +173,7 @@ _install: compiler
173
install: _install
174
mkdir -p '$(prefix)'
175
rsync --chmod=u+rw,go+r -rl _install/ '$(prefix)'
176
- rm '$(prefix)/lib/ocaml/ocaml_compiler_internal_params'
+ rm -f '$(prefix)/lib/ocaml/ocaml_compiler_internal_params'
177
# rm `ocaml_compiler_internal_params`, which is used to compile the
178
# stdlib `Float_u` module with `-extension layouts_alpha`, because we
179
# don't want user programs that happened to be named
0 commit comments