Skip to content

Commit ee0ce4d

Browse files
authored
Merge pull request #276 from rhubert/ocaml_incremental
devel::ocaml: fix incremental build
2 parents a1b0e89 + 3c8efe5 commit ee0ce4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/devel/ocaml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildScript: |
1515
# Note: the configure script is broken - it generates the makefiles in the
1616
# directory of configure not in cwd. But the autotools-class expects the makefiles
1717
# to be in build. rsync the sources into 'build' dir as workaround
18-
mkdir build
18+
mkdir -p build
1919
rsync -a $1/ build/
2020
2121
# The makefile expects 'strip' in the path...

0 commit comments

Comments
 (0)