Skip to content

Commit 0c3d0cd

Browse files
committed
close #2689
1 parent 11dffb3 commit 0c3d0cd

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ install: release
6767
@for subdir in "bin" "libexec" $(JL_LIBDIR) $(JL_PRIVATE_LIBDIR) "share/julia" "include/julia" "share/julia/site/"$(VERSDIR) ; do \
6868
mkdir -p $(PREFIX)/$$subdir ; \
6969
done
70-
#ifeq ($(OS), Darwin)
71-
# $(MAKE) -C deps install-git
72-
# -cp -a $(BUILD)/libexec $(PREFIX)
73-
# -cp -a $(BUILD)/share $(PREFIX)
74-
#endif
7570
cp -a $(BUILD)/bin $(PREFIX)
7671
cd $(PREFIX)/bin && ln -sf julia-release-$(DEFAULT_REPL) julia
7772
-for suffix in $(JL_LIBS) ; do \

contrib/mac/app/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
all: clean copyfiles rewritepaths
66

77
copyfiles:
8+
make -C ../../deps install-git
9+
-mkdir -p $(PREFIX)/libexec $(PREFIX)/share
10+
-cp -r $(BUILD)/libexec/git* $(PREFIX)/libexec
11+
-cp -r $(BUILD)/share/git* $(PREFIX)/share
812
make -C ../.. dist
913
tar zxf ../../julia-*.tar.gz
1014
mv julia-* julia

deps/Versions.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ UNWIND_VER = 1.1
1313
GMP_VER=5.1.1
1414
ZLIB_VER = 1.2.7
1515
PATCHELF_VER = 0.6
16-
GIT_VER = 1.8.1.5
16+
GIT_VER = 1.8.2.1

0 commit comments

Comments
 (0)