This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
34
unikernel/duniverse/dune_/boot/dune
Normal file
34
unikernel/duniverse/dune_/boot/dune
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
(rule
|
||||
(mode promote)
|
||||
(action
|
||||
(copy ../bin/bootstrap-info libs.ml)))
|
||||
|
||||
(alias
|
||||
(name runtest)
|
||||
(deps libs.ml))
|
||||
|
||||
(alias
|
||||
(name check)
|
||||
(deps libs.ml))
|
||||
|
||||
(executable
|
||||
(name duneboot)
|
||||
(modules :standard \ configure bootstrap)
|
||||
(libraries unix))
|
||||
|
||||
(executable
|
||||
(name configure)
|
||||
(preprocess
|
||||
(action
|
||||
(run tail -n +2 %{input-file})))
|
||||
(modules configure))
|
||||
|
||||
(executable
|
||||
(name bootstrap)
|
||||
(modules bootstrap))
|
||||
|
||||
;; For unused value warnings. We don't write a plain empty
|
||||
;; duneboot.mli to simplify ../bootstrap.ml
|
||||
|
||||
(rule
|
||||
(with-stdout-to duneboot.mli (progn)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue