Skip to content

Commit

Permalink
ignore errors from building tk when doing make install
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jan 10, 2013
1 parent 7b1fcdb commit 4fd45e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ JL_PRIVATE_LIBS = amd arpack cholmod colamd fftw3 fftw3f fftw3_threads \

PREFIX ?= julia-$(JULIA_COMMIT)
install: release webrepl
@-$(MAKE) $(QUIET_MAKE) tk
@for subdir in "sbin" "bin" "etc" $(JL_LIBDIR) $(JL_PRIVATE_LIBDIR) "share/julia" ; do \
mkdir -p $(PREFIX)/$$subdir ; \
done
Expand Down Expand Up @@ -141,7 +142,4 @@ webrepl:

tk:
@$(MAKE) -C deps install-tk-wrapper
ifneq ($(OS),WINNT)
install: tk
endif

0 comments on commit 4fd45e9

Please sign in to comment.