File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,15 @@ cd "$DIR"
27
27
printf " %s\n" \
28
28
" NO_GETTEXT=YesPlease" \
29
29
" NO_OPENSSL=YesPlease" \
30
+ " V=YesPlease" \
30
31
" prefix=$GIT_INSTALL_PATH " \
31
32
> config.mak
32
33
if test -n " $CURLDIR " ; then
33
34
printf " %s\n" \
34
35
" CURLDIR=$CURLDIR " \
35
36
>> config.mak
36
37
fi
37
- V=1 make -j2
38
+ make -j2
38
39
sudo make install
39
40
40
41
echo " Git version:"
@@ -45,13 +46,14 @@ command -v curl
45
46
command -v openssl
46
47
command -v pcre2grep
47
48
curl --version
48
- openssl -- version
49
+ openssl -version
49
50
pcre2grep --version
50
51
curl-config --libs
51
52
case $( uname -s) in
52
53
Darwin)
53
- echo " curldir: $CURLDIR "
54
54
otool -L " $( command -v git) "
55
+ echo " curldir: $CURLDIR "
56
+ otool -L " $( git --exec-path) /git-http-fetch"
55
57
Linux)
56
58
ldd " $( command -v git) "
57
59
esac
You can’t perform that action at this time.
0 commit comments