Reply-To: In-Reply-To: 20201222125413.2442750-1-weijihuiall@163.com
The Titel: makefile => Makefile? Thanks, Liushaofei
On Tue, Dec 22, 2020 at 08:54:13PM +0800, Wei Jihui wrote:
set-env is move to install-dependencies.sh
Signed-off-by: Wei Jihui weijihuiall@163.com
Makefile | 1 - 1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile index 0b2d09a2..236bea25 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ subsystem: install: mkdir -p $(TARGET_DIR_BIN) ln -sf $(shell pwd)/bin/lkp $(TARGET_DIR_BIN)/lkp
- bash sbin/set-env.sh bash sbin/install-dependencies.sh
.PHONY: doc
2.23.0