Files
git/Make
Junio C Hamano 32a1e64777 Adjust the support scripts to "git binary directory" change.
Luckily, as long as you use "git" wrapper, you are forward/backward
compatible.

Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-11-06 01:55:31 -08:00

18 lines
341 B
Bash
Executable File

#!/bin/sh
# DDD=' -DUSE_SYMLINK_HEAD=0'
PATH=/usr/bin:/bin
LANG=C
LC_CTYPE=C
export PATH LANG LC_CTYPE
#make prefix=/usr/local \
make bindir=$HOME/bin/Linux \
gitdir=$HOME/lib/gitbin \
PYTHON_PATH=/usr/bin/python2.4 \
CFLAGS='-O1 -Wall -g'"$DDD" \
WITH_SEND_EMAIL=YesPlease \
WITH_SVNIMPORT=YesPlease \
"$@"