Skip to content

Commit de197df

Browse files
committed
flambda-backend: To upstream: renamed ocamltest_unix.xxx files for dune
1 parent bf3773d commit de197df

File tree

4 files changed

+3
-50
lines changed

4 files changed

+3
-50
lines changed

ocamltest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ ocamltest.opt$(EXE): $(deps_opt) $(native_modules)
250250
%.ml: %.mll
251251
$(ocamllex) $(OCAMLLEX_FLAGS) $<
252252

253-
ocamltest_unix.ml: ocamltest_unix_$(ocamltest_unix).ml
253+
ocamltest_unix.ml: ocamltest_unix.$(ocamltest_unix).ml
254254
echo '# 1 "$^"' > $@
255255
cat $^ >> $@
256256

ocamltest/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
(flags (:standard -nostdlib -linkall))
4444
(libraries ocamlcommon stdlib
4545
(select ocamltest_unix.ml from
46-
(unix -> ocamltest_unix_real.ml)
47-
(-> ocamltest_unix_dummy.ml)))
46+
(unix -> ocamltest_unix.real.ml)
47+
(-> ocamltest_unix.dummy.ml)))
4848
(modules (:standard \ options main))
4949
(foreign_stubs (language c) (names run_unix run_stubs)
5050
(flags -DCAML_INTERNALS -I%{project_root}/ocaml/runtime)))

ocamltest/ocamltest_unix_dummy.ml

Lines changed: 0 additions & 18 deletions
This file was deleted.

ocamltest/ocamltest_unix_real.ml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)