Commits

Landon Fuller authored 8c8c9ced318
ocaml-wasm: new port
No tags

ocaml/ocaml-wasm/files/patch-fix-makefile-glob

Added
1 +--- interpreter/Makefile.orig 2019-09-10 10:35:21.565863000 -0600
2 ++++ interpreter/Makefile 2019-09-10 10:39:30.048331000 -0600
3 +@@ -70,7 +70,7 @@
4 +
5 + .INTERMEDIATE: $(LIB).mlpack
6 + $(LIB).mlpack: $(DIRS)
7 +- ls $(DIRS:%=%/*.ml*) \
8 ++ find $(DIRS) -depth 1 -name '*.ml' -or -name '*.ml?' \
9 + | sed 's:\(.*/\)\{0,1\}\(.*\)\.[^\.]*:\2:' \
10 + | grep -v main \
11 + | sort | uniq \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut