Skip to content

Commit f617a06

Browse files
committed
flambda-backend: Revert ocaml/toplevel/ changes that are duplicative
1 parent 79f91e9 commit f617a06

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

toplevel/native/dune

+26-26
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@
1212
;* *
1313
;**************************************************************************
1414

15-
(copy_files# ../*.ml*)
16-
17-
(library
18-
(name ocamltoplevel_native)
19-
(wrapped false)
20-
(modes native)
21-
(flags (:standard -principal))
22-
(libraries ocamlcommon ocamloptcomp dynlink_internal)
23-
(modules :standard \ topstart expunge))
24-
25-
(executable
26-
(name topstart)
27-
(modes native)
28-
(flags (:standard -principal))
29-
(modules topstart)
30-
(libraries ocamltoplevel_native))
31-
32-
(install
33-
(files
34-
(topstart.exe as ocamlnat)
35-
)
36-
(section bin)
37-
(package ocaml))
38-
39-
;
15+
; (copy_files# ../*.ml*)
16+
;
17+
; (library
18+
; (name ocamltoplevel_native)
19+
; (wrapped false)
20+
; (modes native)
21+
; (flags (:standard -principal))
22+
; (libraries ocamlcommon ocamloptcomp dynlink_internal)
23+
; (modules :standard \ topstart expunge))
24+
;
25+
; (executable
26+
; (name topstart)
27+
; (modes native)
28+
; (flags (:standard -principal))
29+
; (modules topstart)
30+
; (libraries ocamltoplevel_native))
31+
;
32+
; (install
33+
; (files
34+
; (topstart.exe as ocamlnat)
35+
; )
36+
; (section bin)
37+
; (package ocaml))
38+
;
39+
;
4040
; (install
4141
; (files
4242
; (ocamltoplevel.cma as compiler-libs/ocamltoplevel.cma)
@@ -63,4 +63,4 @@
6363
; )
6464
; (section lib)
6565
; (package ocaml))
66-
;
66+
;

0 commit comments

Comments
 (0)