File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,7 +287,6 @@ endif
287287
288288# #############################################################################
289289# Tool Runner Configuration
290- # #############################################################################
291290
292291ifeq ("$(TOOL_RUNNER ) ","uvx")
293292# uvx mode: tools run via uvx, no installation into venv needed
@@ -308,6 +307,9 @@ $(1) $(3)
308307endef
309308endif
310309
310+ # #############################################################################
311+ # venv/uv
312+
311313MXENV_TARGET: =$(SENTINEL_FOLDER ) /mxenv.sentinel
312314$(MXENV_TARGET ) : $(SENTINEL )
313315 # Validation: Check Python version if not using global uv
Original file line number Diff line number Diff line change @@ -187,7 +187,6 @@ endif
187187
188188# #############################################################################
189189# Tool Runner Configuration
190- # #############################################################################
191190
192191ifeq ("$(TOOL_RUNNER ) ","uvx")
193192# uvx mode: tools run via uvx, no installation into venv needed
@@ -208,6 +207,9 @@ $(1) $(3)
208207endef
209208endif
210209
210+ # #############################################################################
211+ # venv/uv
212+
211213MXENV_TARGET: =$(SENTINEL_FOLDER ) /mxenv.sentinel
212214$(MXENV_TARGET ) : $(SENTINEL )
213215 # Validation: Check Python version if not using global uv
Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ endif
132132
133133# #############################################################################
134134# Tool Runner Configuration
135- # #############################################################################
136135
137136ifeq ("$(TOOL_RUNNER ) ","uvx")
138137# uvx mode: tools run via uvx, no installation into venv needed
@@ -153,6 +152,9 @@ $(1) $(3)
153152endef
154153endif
155154
155+ # #############################################################################
156+ # venv/uv
157+
156158MXENV_TARGET: =$(SENTINEL_FOLDER ) /mxenv.sentinel
157159$(MXENV_TARGET ) : $(SENTINEL )
158160 # Validation: Check Python version if not using global uv
You can’t perform that action at this time.
0 commit comments