@@ -423,28 +423,28 @@ force-snapshotml:
423423
424424
425425bin/bsppx.ml :./bin/bspack.exe
426- unset BS_DEBUG ; $< -bs-MD -module-alias Config=ConfigDummy -I bin -I ../ocaml/utils/ -I ../ocaml/parsing/ -I stubs -I common -I ext -I syntax -I core -bs-main Bsppx_main -o $@
426+ $< -U BS_DEBUG -bs-MD -module-alias Config=ConfigDummy -I bin -I ../ocaml/utils/ -I ../ocaml/parsing/ -I stubs -I common -I ext -I syntax -I core -bs-main Bsppx_main -o $@
427427
428428bin/whole_compiler.ml :./bin/bspack.exe
429- unset BS_DEBUG ; $< -bs-MD -prelude-str ' module Config = Config_whole_compiler' -bs-exclude-I config -o $@ -bs-main Js_main -I ../ocaml/utils/ -I ../ocaml/parsing/ -I ../ocaml/typing/ -I ../ocaml/bytecomp/ -I ../ocaml/driver/ -I stubs -I ext -I syntax -I depends -I common -I core
429+ $< -U BS_DEBUG -bs-MD -prelude-str ' module Config = Config_whole_compiler' -bs-exclude-I config -o $@ -bs-main Js_main -I ../ocaml/utils/ -I ../ocaml/parsing/ -I ../ocaml/typing/ -I ../ocaml/bytecomp/ -I ../ocaml/driver/ -I stubs -I ext -I syntax -I depends -I common -I core
430430
431431bin/bsdep.ml :./bin/bspack.exe
432- unset BS_DEBUG ; BS_OCAMLDEP=true $< -bs-MD -module-alias Config=ConfigDummy -I bin -I ../ocaml/utils/ -I ../ocaml/parsing/ -I ../ocaml/driver -I ../ocaml/tools -I common -I ext -I syntax -I depends -I core -I stubs -bs-main Ocamldep -o $@
432+ $< -D BS_OCAMLDEP=true -U BS_DEBUG -bs-MD -module-alias Config=ConfigDummy -I bin -I ../ocaml/utils/ -I ../ocaml/parsing/ -I ../ocaml/driver -I ../ocaml/tools -I common -I ext -I syntax -I depends -I core -I stubs -bs-main Ocamldep -o $@
433433
434434bin/bsb_helper.ml :./bin/bspack.exe
435- unset BS_DEBUG ; $< -bs-MD -I stubs -I common -I ext -I syntax -I depends -I bsb -bs-main Bsb_helper_main -o $@
435+ $< -bs-MD -U BS_DEBUG -I stubs -I common -I ext -I syntax -I depends -I bsb -bs-main Bsb_helper_main -o $@
436436
437437bin/bsb.ml :./bin/bspack.exe
438- unset BS_DEBUG ; $< -bs-MD -I stubs -I common -I ext -I syntax -I depends -I bsb -I ext -bs-main Bsb_main -o $@
438+ $< -bs-MD -U BS_DEBUG -I stubs -I common -I ext -I syntax -I depends -I bsb -I ext -bs-main Bsb_main -o $@
439439
440440bin/bspp.ml :./bin/bspack.exe
441- unset BS_DEBUG ; BS_MIN_LEX_DEPS=true $< -bs-MD -module-alias Config=ConfigDummy -I ../ocaml/utils/ -I ../ocaml/parsing? parser -I bin -I common -I ext -I syntax -I depends -I bspp -I core -bs-main Bspp_main -o $@
441+ $< -D BS_MIN_LEX_DEPS=true -U BS_DEBUG -bs-MD -module-alias Config=ConfigDummy -I ../ocaml/utils/ -I ../ocaml/parsing? parser -I bin -I common -I ext -I syntax -I depends -I bspp -I core -bs-main Bspp_main -o $@
442442
443443bin/js_compiler.ml :./bin/bspack.exe
444- unset BS_DEBUG ; BS_COMPILER_IN_BROWSER=true bspack.exe -bs-MD -prelude-str ' module Config = Config_whole_compiler' -bs-exclude-I config -o $@ -bs-main Jsoo_main -I ../ocaml/utils/ -I ../ocaml/parsing/ -I ../ocaml/typing/ -I ../ocaml/bytecomp/ -I ../ocaml/driver/ -I ext -I syntax -I depends -I common -I core
444+ bspack.exe -D BS_COMPILER_IN_BROWSER=true -U BS_DEBUG -bs-MD -prelude-str ' module Config = Config_whole_compiler' -bs-exclude-I config -o $@ -bs-main Jsoo_main -I ../ocaml/utils/ -I ../ocaml/parsing/ -I ../ocaml/typing/ -I ../ocaml/bytecomp/ -I ../ocaml/driver/ -I ext -I syntax -I depends -I common -I core
445445
446446bin/all_ounit_tests.ml :./bin/bspack.exe
447- $< -bs-MD -I ounit -I ounit_tests -I stubs -I bsb -I common -I ext -I syntax -I depends -I bspp -I core -bs-main Ounit_tests_main -o $@
447+ $< -bs-MD -I ounit -I ounit_tests -I stubs -I bsb -I common -I ext -I syntax -I depends -I bspp -I core -bs-main Ounit_tests_main -o $@
448448-include bin/all_ounit_tests.d
449449
450450
0 commit comments