File tree 9 files changed +11
-11
lines changed
9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
ROOTDIR = ../..
2
2
include $(ROOTDIR ) /Makefile.common
3
3
4
- TEXQUOTE = $(ROOTDIR ) /runtime /ocamlrun ../tools/texquote2
4
+ TEXQUOTE = $(ROOTDIR ) /runtime4 /ocamlrun ../tools/texquote2
5
5
6
6
DIRS = infoman texstuff textman
7
7
Original file line number Diff line number Diff line change 1
1
ROOTDIR = ../../..
2
2
include $(ROOTDIR ) /Makefile.common
3
3
4
- TEXQUOTE = $(ROOTDIR ) /runtime /ocamlrun ../../tools/texquote2
4
+ TEXQUOTE = $(ROOTDIR ) /runtime4 /ocamlrun ../../tools/texquote2
5
5
LD_PATH = $(ROOTDIR ) /otherlibs/str $(ROOTDIR ) /otherlibs/unix
6
6
CAMLLATEX = $(OCAMLRUN ) $(addprefix -I ,$(LD_PATH ) ) \
7
7
$(ROOTDIR ) /tools/ocamltex -repo-root $(ROOTDIR ) -n 80 -v false
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ caml_hot__code_end:
126
126
#define DOMAIN_STATE(c_type , name) \
127
127
. equ domain_field_caml_##name , domain_curr_field ; \
128
128
.set domain_curr_field , domain_curr_field + 1
129
- #include "../runtime /caml/domain_state.tbl"
129
+ #include "../runtime4 /caml/domain_state.tbl"
130
130
#undef DOMAIN_STATE
131
131
132
132
#define Caml_state(var) [ domain_state_ptr , 8 * domain_field_caml_##var ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ program = "main_obj.${objext}"
34
34
all_modules = "dynlink.cma entry.c main.ml"
35
35
****** script
36
36
script = "${mkdll} -maindll -o main.dll main_obj.${objext} entry.${objext} \
37
- ${ocamlsrcdir}/runtime /libcamlrun.${libext} ${bytecc_libs}"
37
+ ${ocamlsrcdir}/runtime4 /libcamlrun.${libext} ${bytecc_libs}"
38
38
******* script
39
39
script = "${csharp_cmd}"
40
40
******** run
@@ -70,7 +70,7 @@ program = "main_obj.${objext}"
70
70
all_modules = "dynlink.cmxa entry.c main.ml"
71
71
****** script
72
72
script = "${mkdll} -maindll -o main.dll main_obj.${objext} entry.${objext} \
73
- ${ocamlsrcdir}/runtime /libasmrun.${libext} ${nativecc_libs}"
73
+ ${ocamlsrcdir}/runtime4 /libasmrun.${libext} ${nativecc_libs}"
74
74
******* script
75
75
script = "${csharp_cmd}"
76
76
******** run
Original file line number Diff line number Diff line change 5
5
# It makes sense to run the tests only if execvpe is nt implemented.
6
6
# If it is implemented, the test is skipped.
7
7
8
- if grep -q " #define HAS_EXECVPE" ${ocamlsrcdir} /runtime /caml/s.h; then
8
+ if grep -q " #define HAS_EXECVPE" ${ocamlsrcdir} /runtime4 /caml/s.h; then
9
9
exit ${TEST_SKIP} ;
10
10
fi
11
11
exit ${TEST_PASS}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use_runtime = "false"
4
4
5
5
* setup-ocamlc.byte-build-env
6
6
** ocamlc.byte
7
- flags = "-w -a -output-complete-exe -ccopt -I${ocamlsrcdir}/runtime "
7
+ flags = "-w -a -output-complete-exe -ccopt -I${ocamlsrcdir}/runtime4 "
8
8
program = "github9344"
9
9
*** run
10
10
program = "sh ${test_source_directory}/github9344.sh"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readonly_files = "test.ml_stub.c"
7
7
flags = "-w -a -output-complete-obj"
8
8
program = "test.ml.bc.${objext}"
9
9
*** script
10
- script = "${mkexe} -I${ocamlsrcdir}/runtime -o test.ml_bc_stub.exe \
10
+ script = "${mkexe} -I${ocamlsrcdir}/runtime4 -o test.ml_bc_stub.exe \
11
11
test.ml.bc.${objext} ${nativecc_libs} test.ml_stub.c"
12
12
output = "${compiler_output}"
13
13
**** run
@@ -19,7 +19,7 @@ stderr = "program-output"
19
19
flags = "-w -a -output-complete-obj"
20
20
program = "test.ml.exe.${objext}"
21
21
*** script
22
- script = "${mkexe} -I${ocamlsrcdir}/runtime -o test.ml_stub.exe \
22
+ script = "${mkexe} -I${ocamlsrcdir}/runtime4 -o test.ml_stub.exe \
23
23
test.ml.exe.${objext} ${bytecc_libs} test.ml_stub.c"
24
24
output = "${compiler_output}"
25
25
**** run
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ unset FOO
8
8
include unix
9
9
** setup-ocamlc.byte-build-env
10
10
*** ocamlc.byte
11
- flags = "-w -a -output-complete-exe puts.c -ccopt -I${ocamlsrcdir}/runtime "
11
+ flags = "-w -a -output-complete-exe puts.c -ccopt -I${ocamlsrcdir}/runtime4 "
12
12
program = "test2"
13
13
**** run
14
14
program = "./test2"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- if grep -q " #define NAKED_POINTERS_CHECKER" ${ocamlsrcdir} /runtime /caml/m.h \
3
+ if grep -q " #define NAKED_POINTERS_CHECKER" ${ocamlsrcdir} /runtime4 /caml/m.h \
4
4
&& (echo ${program} | grep -q ' \.opt' )
5
5
then
6
6
(${program} > ${output} ) 2>&1 | grep -q ' ^Out-of-heap '
You can’t perform that action at this time.
0 commit comments