Skip to content

Commit fb19ccd

Browse files
committed
Initiate a git repo to be able to use git apply
1 parent df8b797 commit fb19ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

caml/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ocaml:
6969
VERSION="$$(head -n1 ocaml/VERSION)" ; \
7070
if test -d "patches/$$VERSION" ; then \
7171
cd .. && \
72+
git init -q && \
7273
for p in "caml/patches/$$VERSION"/*; do \
7374
(set -x ; git apply --no-index --unsafe-path -v --directory=caml/$@ "$$p" ; echo $$?) ; \
7475
done ; \

0 commit comments

Comments
 (0)