[PATCH lkp-tests] Makefile: delete set-env in Makefile

23 Dec
2020
23 Dec
'20
11:32 a.m.
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
1579
Age (days ago)
1579
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wei Jihui