mirror of
https://github.com/git/git.git
synced 2026-01-13 04:06:01 +00:00
Luckily, as long as you use "git" wrapper, you are forward/backward compatible. Signed-off-by: Junio C Hamano <junkio@cox.net>
18 lines
341 B
Bash
Executable File
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 \
|
|
"$@"
|