codebase: Change makefile $(shell pwd) commands to $(CURDIR)
- Change the makefile command $(shell pwd) to $(CURDIR) to find the current directory without going out to the shell. Change-Id: I4890eba6129630acd2883b92de77308d39949443 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/13967 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
2
payloads/external/Memtest86Plus/Makefile.inc
vendored
2
payloads/external/Memtest86Plus/Makefile.inc
vendored
@@ -14,7 +14,7 @@
|
||||
##
|
||||
|
||||
project_name=Memtest86+
|
||||
project_dir=$(shell pwd)/memtest86plus
|
||||
project_dir=$(CURDIR)/memtest86plus
|
||||
project_git_repo=https://review.coreboot.org/memtest86plus
|
||||
|
||||
all: build
|
||||
|
Reference in New Issue
Block a user