[coreboot-gerrit] New patch to review for coreboot: Makefile.inc: use correct make

Jonathan A. Kollasch (jakllsch@kollasch.net) gerrit at coreboot.org
Mon Aug 10 19:16:17 CEST 2015


Jonathan A. Kollasch (jakllsch at kollasch.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11155

-gerrit

commit 975873df2d680328a8b24a713cecf70fd9ba45f6
Author: Jonathan A. Kollasch <jakllsch at kollasch.net>
Date:   Mon Aug 10 12:15:40 2015 -0500

    Makefile.inc: use correct make
    
    Change-Id: I4ff1da3fcb787d72ba58b976f73a57ccc0e1c260
    Signed-off-by: Jonathan A. Kollasch <jakllsch at kollasch.net>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 65d308d..144bee6 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -628,7 +628,7 @@ ifeq ($(CONFIG_INCLUDE_CONFIG_FILE),y)
 	@printf "    CONFIG     $(DOTCONFIG)\n"
 	if [ -f $(DOTCONFIG) ]; then \
 	echo "# This image was built using git revision" `git rev-parse HEAD` > $(obj)/config.tmp && \
-	make DOTCONFIG=$(DOTCONFIG) DEFCONFIG=$(obj)/config.tmp savedefconfig && \
+	$(MAKE) DOTCONFIG=$(DOTCONFIG) DEFCONFIG=$(obj)/config.tmp savedefconfig && \
 	$(CBFSTOOL) $@.tmp add -f $(obj)/config.tmp -n config -t raw; rm -f $(obj)/config.tmp ; fi
 	@printf "    REVISION   build.h\n"
 	if [ -f $(obj)/build.h ]; then $(CBFSTOOL) $@.tmp add -f $(obj)/build.h -n revision -t raw; fi



More information about the coreboot-gerrit mailing list