File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,6 @@ install: release
67
67
@for subdir in " bin" " libexec" $(JL_LIBDIR ) $(JL_PRIVATE_LIBDIR ) " share/julia" " include/julia" " share/julia/site/" $(VERSDIR ) ; do \
68
68
mkdir -p $(PREFIX ) /$$ subdir ; \
69
69
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
75
70
cp -a $(BUILD ) /bin $(PREFIX )
76
71
cd $(PREFIX ) /bin && ln -sf julia-release-$(DEFAULT_REPL ) julia
77
72
-for suffix in $(JL_LIBS ) ; do \
Original file line number Diff line number Diff line change 5
5
all : clean copyfiles rewritepaths
6
6
7
7
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
8
12
make -C ../.. dist
9
13
tar zxf ../../julia-* .tar.gz
10
14
mv julia-* julia
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ UNWIND_VER = 1.1
13
13
GMP_VER =5.1.1
14
14
ZLIB_VER = 1.2.7
15
15
PATCHELF_VER = 0.6
16
- GIT_VER = 1.8.1.5
16
+ GIT_VER = 1.8.2.1
You can’t perform that action at this time.
0 commit comments