@@ -119,7 +119,6 @@ $(FSTAR1_BARE_EXE): .bare1.src.touch .src.ml.touch $(MAYBEFORCE)
119
119
CACHE_DIR=stage1/plugins.checked/ \
120
120
OUTPUT_DIR=stage1/plugins.ml/ \
121
121
CODEGEN=PluginNoLib \
122
- OTHERFLAGS=" --ext __guts $( OTHERFLAGS) " \
123
122
TAG=plugins \
124
123
TOUCH=$@ \
125
124
$(MAKE ) -f mk/plugins.mk ocaml
@@ -200,7 +199,6 @@ $(FSTAR2_BARE_EXE): .bare2.src.touch .src.ml.touch $(MAYBEFORCE)
200
199
CACHE_DIR=stage2/plugins.checked/ \
201
200
OUTPUT_DIR=stage2/plugins.ml/ \
202
201
CODEGEN=PluginNoLib \
203
- OTHERFLAGS=" --ext __guts $( OTHERFLAGS) " \
204
202
TAG=plugins \
205
203
TOUCH=$@ \
206
204
$(MAKE ) -f mk/plugins.mk ocaml
@@ -305,14 +303,14 @@ endif
305
303
touch $@
306
304
307
305
.install-stage1.touch : export FSTAR_LINK_LIBDIRS=$(LINK_OK )
308
- .install-stage1.touch : .stage1.src.touch
306
+ .install-stage1.touch : .stage1.src.touch $( MAYBEFORCE )
309
307
$(call bold_msg, "INSTALL", "STAGE 1")
310
308
$(MAKE ) -C stage1 install PREFIX=$(CURDIR ) /stage1/out
311
309
@# ^ pass PREFIX to make sure we don't get it from env
312
310
touch $@
313
311
314
312
.install-stage2.touch : export FSTAR_LINK_LIBDIRS=$(LINK_OK )
315
- .install-stage2.touch : .stage2.src.touch
313
+ .install-stage2.touch : .stage2.src.touch $( MAYBEFORCE )
316
314
$(call bold_msg, "INSTALL", "STAGE 2")
317
315
$(MAKE ) -C stage2 install PREFIX=$(CURDIR ) /stage2/out FSTAR_DUNE_RELEASE=1
318
316
@# ^ pass PREFIX to make sure we don't get it from env
0 commit comments