Skip to content

Commit 22ca736

Browse files
Remove ecolab bin build from Minsky build target
1 parent 25834e1 commit 22ca736

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Makefile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,9 @@ endif
119119
all: all-without-models
120120
$(MAKE) models
121121

122-
ifeq ($(OS),Linux)
123-
ifndef MXE
124-
ECOLAB_INTERPRETER=bin/ecolab$(ECOLIBS_EXT)
125-
endif
126-
endif
122+
only-libs: ecolab-libs lib/libecolab$(ECOLIBS_EXT).a
127123

128-
all-without-models: ecolab-libs lib/libecolab$(ECOLIBS_EXT).a $(ECOLAB_INTERPRETER)
129-
-$(CHMOD) a+x $(SCRIPTS)
130-
# copy in the system built TCL library
131-
ifdef MXE
132-
cp -r $(call search,lib*/tcl$(TCLVERSION)) include/tcl
133-
cp -r $(call search,lib*/tk$(TCLVERSION)) include/tk
134-
endif
124+
all-without-models: only-libs bin/ecolab$(ECOLIBS_EXT)
135125

136126
ecolab-libs: lib bin
137127
$(MAKE) $(UTILS)

0 commit comments

Comments
 (0)