Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/25348
Change subject: Makefile.inc: Update build.h on git change ......................................................................
Makefile.inc: Update build.h on git change
Update the coreboot version if something in .git changed, too. Allows to gather the correct git sha1 using dmidecode -t0.
Tested on Lenovo T430.
Change-Id: Iddafcf8644ce4db7940a327530e5c50fd054545a Signed-off-by: Patrick Rudolph siro@das-labor.org --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/25348/1
diff --git a/Makefile.inc b/Makefile.inc index b11f6e2..73058d3 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -456,7 +456,7 @@
####################################################################### # generate build support files -$(obj)/build.h: .xcompile +$(obj)/build.h: .xcompile .git/**/* @printf " GEN build.h\n" rm -f $(obj)/build.h util/genbuild_h/genbuild_h.sh > $(obj)/build.ht