mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
Make optimization flag overridable for my compilation
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
6f4a70cb23
commit
18ea0bf72c
2
Doit
2
Doit
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
J='-l 2.5 -j'
|
||||
J='-l 1.5 -j'
|
||||
|
||||
test -z "$(git diff --cached --name-status)" || {
|
||||
echo >&2 "Repository unclean."
|
||||
|
||||
4
Make
4
Make
@ -7,11 +7,11 @@ LANG=C
|
||||
LC_CTYPE=C
|
||||
export PATH LANG LC_CTYPE
|
||||
|
||||
#make prefix=/usr/local \
|
||||
: ${O=-O2}
|
||||
make bindir=$HOME/bin/Linux \
|
||||
gitexecdir=$HOME/bin/Linux \
|
||||
PYTHON_PATH=/usr/bin/python2.4 \
|
||||
CFLAGS='-O0 -Wall -Wdeclaration-after-statement -g'"$DDD" \
|
||||
CFLAGS="$O -Wall -Wdeclaration-after-statement -g" \
|
||||
WITH_SEND_EMAIL=YesPlease \
|
||||
WITH_SVNIMPORT=YesPlease \
|
||||
"$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user