From 9f0f1055f2834efeb955c3cd36406962e0980cf0 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Wed, 22 Apr 2009 23:27:25 +0000 Subject: [PATCH] Sometimes when we debug the code, we need to know which version we are working on. Add the svn revision to the coreboot version string. Signed-off-by: Zheng Bao Acked-by: Myles Watson Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4191 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Options.lb b/src/config/Options.lb index 7bcba27e0..ee6ccb506 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -97,7 +97,7 @@ define OBJCOPY comment "Objcopy command" end define COREBOOT_VERSION - default "2.0.0" + default "2.0.0-r$(shell if [ -f `which svnversion` ]; then svnversion $(TOP); fi)" export always format "\"%s\"" comment "coreboot version" -- 2.25.1