From cb2eec622d2c53b167d8063321ce88fe8ed63a2c Mon Sep 17 00:00:00 2001 From: bebbo Date: Tue, 9 Oct 2018 13:17:59 +0200 Subject: [PATCH] beautify clone lha --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 773ad70..7ef1dc4 100644 --- a/Makefile +++ b/Makefile @@ -550,7 +550,7 @@ lha: $(BUILD)/_lha_done $(BUILD)/_lha_done: @if [ ! -e "$$(which lha)" ]; then \ cd $(BUILD) && rm -rf lha; \ - git clone https://github.com/jca02266/lha; \ + $(L0)"clone lha"$(L1) git clone https://github.com/jca02266/lha; $(L2); \ cd lha; \ $(L00)"configure lha"$(L1) aclocal; autoheader; automake -a; autoconf; ./configure; $(L2); \ $(L00)"make lha"$(L1) make all; $(L2); \ @@ -919,8 +919,8 @@ info: @echo CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET) @echo BINUTILS_GIT=$(BINUTILS_GIT) @echo BINUTILS_BRANCH=$(BINUTILS_BRANCH) - $(CC) -v -E - /dev/null && echo $$i && (git log -n1 | grep commit) && cd ../..; done