Commit 46185678 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated git to 2.27.0

parent 124e5e2f
all:
tar xf git-2.22.0.tar.xz
cd git-2.22.0 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
$(MAKE) -C git-2.22.0 INSTALL_SYMLINKS=yes NO_PYTHON=yes
chown -Rv nobody git-2.22.0
su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.22.0 NO_PYTHON=yes test"
$(MAKE) -C git-2.22.0 INSTALL_SYMLINKS=yes NO_PYTHON=yes install
rm -rf git-2.22.0
tar xf git-2.27.0.tar.xz
cd git-2.27.0 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
$(MAKE) -C git-2.27.0 INSTALL_SYMLINKS=yes NO_PYTHON=yes
chown -Rv nobody git-2.27.0
su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.27.0 NO_PYTHON=yes test"
$(MAKE) -C git-2.27.0 INSTALL_SYMLINKS=yes NO_PYTHON=yes install
rm -rf git-2.27.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment