@leroysheep / rag-system / commits / 88bd96c6e7

Use gitexecdir in Make and --no-current in PU

Signed-off-by: Junio C Hamano <junkio@cox.net>

Junio C Hamano committed Jan 11, 2006 at 01:23 UTC 88bd96c6e7aee46701fcc64a0abfe96d5556bca5
2 files changed +2 -1
Make
+1
index b295b2b399..eb718c0ae3 100755 --- a/Make +++ b/Make @@ -9,6 +9,7 @@ export PATH LANG LC_CTYPE #make prefix=/usr/local \ make bindir=$HOME/bin/Linux \ + gitexecdir=$HOME/bin/Linux \ PYTHON_PATH=/usr/bin/python2.4 \ CFLAGS='-O1 -Wall -Wdeclaration-after-statement -g'"$DDD" \ WITH_SEND_EMAIL=YesPlease \
PU
+1 -1
index 30cb5753d2..55d987b7f6 100755 --- a/PU +++ b/PU @@ -22,7 +22,7 @@ case "$#" in do I=$(($I+1)) echo -n "$I: " - git-show-branch $H + git-show-branch --no-current $H done echo -n "Merge which ones (0 to finish)? " read ans