[coreboot-gerrit] New patch to review for coreboot: genbuild_h: Add Mac OS to case of "data -r"

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Wed Sep 9 09:17:28 CET 2015


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11599

-gerrit

commit 25e7c1bbbb77f47ae20fd32c253e3992259f74e0
Author: zbao <fishbaozi at gmail.com>
Date:   Wed Sep 9 05:16:40 2015 -0400

    genbuild_h: Add Mac OS to case of "data -r"
    
    Change-Id: I2a43a1b1749da207b7a23b8eb252c13605121533
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 util/genbuild_h/genbuild_h.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/genbuild_h/genbuild_h.sh b/util/genbuild_h/genbuild_h.sh
index a3e4453..2a009c1 100755
--- a/util/genbuild_h/genbuild_h.sh
+++ b/util/genbuild_h/genbuild_h.sh
@@ -40,7 +40,7 @@ fi
 
 our_date() {
 case $(uname) in
-NetBSD|OpenBSD|DragonFly|FreeBSD)
+NetBSD|OpenBSD|DragonFly|FreeBSD|Darwin)
 	date -r $1 $2
 	;;
 *)



More information about the coreboot-gerrit mailing list