We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8b797 commit fb19ccdCopy full SHA for fb19ccd
caml/Makefile
@@ -69,6 +69,7 @@ ocaml:
69
VERSION="$$(head -n1 ocaml/VERSION)" ; \
70
if test -d "patches/$$VERSION" ; then \
71
cd .. && \
72
+ git init -q && \
73
for p in "caml/patches/$$VERSION"/*; do \
74
(set -x ; git apply --no-index --unsafe-path -v --directory=caml/$@ "$$p" ; echo $$?) ; \
75
done ; \
0 commit comments