tests: propagate $(TAR) down from the toplevel Makefile
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
1
Makefile
1
Makefile
@ -1212,6 +1212,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS
|
|||||||
|
|
||||||
GIT-BUILD-OPTIONS: .FORCE-GIT-BUILD-OPTIONS
|
GIT-BUILD-OPTIONS: .FORCE-GIT-BUILD-OPTIONS
|
||||||
@echo SHELL_PATH=\''$(SHELL_PATH_SQ)'\' >$@
|
@echo SHELL_PATH=\''$(SHELL_PATH_SQ)'\' >$@
|
||||||
|
@echo TAR=\''$(subst ','\'',$(TAR))'\' >>$@
|
||||||
|
|
||||||
### Detect Tck/Tk interpreter path changes
|
### Detect Tck/Tk interpreter path changes
|
||||||
ifndef NO_TCLTK
|
ifndef NO_TCLTK
|
||||||
|
@ -25,7 +25,6 @@ commit id embedding:
|
|||||||
'
|
'
|
||||||
|
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
TAR=${TAR:-tar}
|
|
||||||
UNZIP=${UNZIP:-unzip}
|
UNZIP=${UNZIP:-unzip}
|
||||||
|
|
||||||
SUBSTFORMAT=%H%n
|
SUBSTFORMAT=%H%n
|
||||||
|
Reference in New Issue
Block a user