git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
72de288
)
tests: propagate $(TAR) down from the toplevel Makefile
author
Junio C Hamano
<redacted>
Fri, 25 Jul 2008 18:09:48 +0000
(11:09 -0700)
committer
Junio C Hamano
<redacted>
Fri, 25 Jul 2008 18:09:48 +0000
(11:09 -0700)
Signed-off-by: Junio C Hamano <redacted>
Makefile
patch
|
blob
|
history
t/t5000-tar-tree.sh
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b003e3e60a1aecae27497d941d211849bedec02b..1d142095a712f1b31ce6c27d730a12f6cb60b24f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1212,6
+1212,7
@@
GIT-CFLAGS: .FORCE-GIT-CFLAGS
GIT-BUILD-OPTIONS: .FORCE-GIT-BUILD-OPTIONS
@echo SHELL_PATH=\''$(SHELL_PATH_SQ)'\' >$@
+ @echo TAR=\''$(subst ','\'',$(TAR))'\' >>$@
### Detect Tck/Tk interpreter path changes
ifndef NO_TCLTK
diff --git
a/t/t5000-tar-tree.sh
b/t/t5000-tar-tree.sh
index 9b0baac8db4b342206d37ab5eaff0b7a09d33967..5eb119ed0b137f60a2395da3a0531cd8114da3b9 100755
(executable)
--- a/
t/t5000-tar-tree.sh
+++ b/
t/t5000-tar-tree.sh
@@
-25,7
+25,6
@@
commit id embedding:
'
. ./test-lib.sh
-TAR=${TAR:-tar}
UNZIP=${UNZIP:-unzip}
SUBSTFORMAT=%H%n
git clone https://git.99rst.org/PROJECT