Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mxmake/tests/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def test_Makefile(self, tempdir):
# mxenv
##############################################################################

export OS:=$(OS)
OS?=

# Determine the executable path
ifeq ("$(VENV_ENABLED)", "true")
Expand Down
2 changes: 1 addition & 1 deletion src/mxmake/topics/applications/zope.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $(ZOPE_INSTANCE_TARGET): $(COOKIECUTTER_TARGET) $(ZOPE_CONFIGURATION_FILE)
@cookiecutter -f --no-input ${ZOPE_COOKIECUTTER_TEMPLATE_OPTIONS} --config-file $(ZOPE_CONFIGURATION_FILE) --output-dir $(ZOPE_BASE_FOLDER) $(ZOPE_TEMPLATE)

.PHONY: zope-instance
zope-instance: $(ZOPE_INSTANCE_TARGET) $(SOURCES)
zope-instance: $(ZOPE_INSTANCE_TARGET) $(SOURCES_TARGET)

.PHONY: zope-start
zope-start: $(ZOPE_RUN_TARGET)
Expand Down
2 changes: 1 addition & 1 deletion src/mxmake/topics/core/mxenv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# mxenv
##############################################################################

export OS:=$(OS)
OS?=

# Determine the executable path
ifeq ("$(VENV_ENABLED)", "true")
Expand Down