[coreboot-gerrit] New patch to review for coreboot: buildgcc: Use $(CURDIR) instead of $(PWD)

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Mar 2 01:21:32 CET 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13869

-gerrit

commit eedfd970034ec943adc0b4d4a933af26f69b2d42
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Tue Mar 1 12:55:47 2016 -0800

    buildgcc: Use $(CURDIR) instead of $(PWD)
    
    coreboot's top level Makefile does the same, so let's stay consistent.
    
    Change-Id: I9e995f3ecadd05d6fbfda64b45dee3a9900d9189
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/crossgcc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index aadf316..436a2ac 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -1,6 +1,6 @@
 # if no architecture is specified, set a default
 BUILD_PLATFORM ?= i386-elf
-DEST ?= $(PWD)/xgcc
+DEST ?= $(CURDIR)/xgcc
 
 # For the toolchain builds, use CPUS=x to use multiple processors to build
 # use KEEP_SOURCES=1 to keep temporary files after the build



More information about the coreboot-gerrit mailing list