From 6116f369e98afef29e284c6148414d8c5832689d Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 8 Mar 2016 12:32:40 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/13967 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- payloads/external/Memtest86Plus/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external/Memtest86Plus') diff --git a/payloads/external/Memtest86Plus/Makefile.inc b/payloads/external/Memtest86Plus/Makefile.inc index ceb1f5ceae..ee79032313 100644 --- a/payloads/external/Memtest86Plus/Makefile.inc +++ b/payloads/external/Memtest86Plus/Makefile.inc @@ -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 -- cgit v1.2.3