Skip to content

Commit

Permalink
runtime4 changes for Makefile.upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Oct 22, 2024
1 parent c01655e commit ff18be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime4/dune
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
../Makefile.build_config
../Makefile.config_if_required
../Makefile.common
../Makefile.upstream
Makefile
(glob_files caml/*.h)
caml/domain_state.tbl
Expand All @@ -93,7 +94,7 @@
(progn
(bash "touch .depend") ; hack.
(run make "SAK_LINK=cc -o $(1) $(2)" COMPUTE_DEPS=false sak)
(run make -sj8 %{targets} COMPUTE_DEPS=false)
(run make -sj8 -f Makefile.upstream %{targets} COMPUTE_DEPS=false)
(bash "rm .depend")))))

(install
Expand Down

0 comments on commit ff18be6

Please sign in to comment.