[OCaml] Update OCaml for out-of-source builds
This is one of the steps needed to fix the OCaml test suite. In addition, disable the creation of toplevels by default in the OCaml examples (toplevels are currently broken).
This commit is contained in:
parent
f5d2e97228
commit
9973628268
5 changed files with 18 additions and 17 deletions
|
|
@ -12,7 +12,7 @@ OBJS = example.o
|
|||
check: build
|
||||
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' TARGET='$(TARGET)' ocaml_run
|
||||
|
||||
build: static static_top
|
||||
build: static
|
||||
|
||||
static:
|
||||
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue