Skip to content

Commit ed53115

Browse files
committed
better separators
1 parent 4b73e2b commit ed53115

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ endif
287287

288288
##############################################################################
289289
# Tool Runner Configuration
290-
##############################################################################
291290

292291
ifeq ("$(TOOL_RUNNER)","uvx")
293292
# uvx mode: tools run via uvx, no installation into venv needed
@@ -308,6 +307,9 @@ $(1) $(3)
308307
endef
309308
endif
310309

310+
##############################################################################
311+
# venv/uv
312+
311313
MXENV_TARGET:=$(SENTINEL_FOLDER)/mxenv.sentinel
312314
$(MXENV_TARGET): $(SENTINEL)
313315
# Validation: Check Python version if not using global uv

src/mxmake/tests/expected/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ endif
187187

188188
##############################################################################
189189
# Tool Runner Configuration
190-
##############################################################################
191190

192191
ifeq ("$(TOOL_RUNNER)","uvx")
193192
# uvx mode: tools run via uvx, no installation into venv needed
@@ -208,6 +207,9 @@ $(1) $(3)
208207
endef
209208
endif
210209

210+
##############################################################################
211+
# venv/uv
212+
211213
MXENV_TARGET:=$(SENTINEL_FOLDER)/mxenv.sentinel
212214
$(MXENV_TARGET): $(SENTINEL)
213215
# Validation: Check Python version if not using global uv

src/mxmake/topics/core/mxenv.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ endif
132132

133133
##############################################################################
134134
# Tool Runner Configuration
135-
##############################################################################
136135

137136
ifeq ("$(TOOL_RUNNER)","uvx")
138137
# uvx mode: tools run via uvx, no installation into venv needed
@@ -153,6 +152,9 @@ $(1) $(3)
153152
endef
154153
endif
155154

155+
##############################################################################
156+
# venv/uv
157+
156158
MXENV_TARGET:=$(SENTINEL_FOLDER)/mxenv.sentinel
157159
$(MXENV_TARGET): $(SENTINEL)
158160
# Validation: Check Python version if not using global uv

0 commit comments

Comments
 (0)