File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ def test_Makefile(self, tempdir):
665665 # mxenv
666666 ##############################################################################
667667
668- export OS:=$(OS)
668+ OS?=
669669
670670 # Determine the executable path
671671 ifeq ("$(VENV_ENABLED)", "true")
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ $(ZOPE_INSTANCE_TARGET): $(COOKIECUTTER_TARGET) $(ZOPE_CONFIGURATION_FILE)
8282 @cookiecutter -f --no-input ${ZOPE_COOKIECUTTER_TEMPLATE_OPTIONS} --config-file $(ZOPE_CONFIGURATION_FILE ) --output-dir $(ZOPE_BASE_FOLDER ) $(ZOPE_TEMPLATE )
8383
8484.PHONY : zope-instance
85- zope-instance : $(ZOPE_INSTANCE_TARGET ) $(SOURCES )
85+ zope-instance : $(ZOPE_INSTANCE_TARGET ) $(SOURCES_TARGET )
8686
8787.PHONY : zope-start
8888zope-start : $(ZOPE_RUN_TARGET )
Original file line number Diff line number Diff line change 7575# mxenv
7676# #############################################################################
7777
78- export OS: = $( OS )
78+ OS? =
7979
8080# Determine the executable path
8181ifeq ("$(VENV_ENABLED ) ", "true")
You can’t perform that action at this time.
0 commit comments