[syslinux:master] rosh: fix the DATE macro stuff

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Fri Oct 8 13:57:14 PDT 2010


Commit-ID:  0599d34052ddfcff102089c130af4e0bbcbba25b
Gitweb:     http://syslinux.zytor.com/commit/0599d34052ddfcff102089c130af4e0bbcbba25b
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Thu, 1 Jul 2010 21:49:36 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Wed, 7 Jul 2010 09:56:24 -0400

rosh: fix the DATE macro stuff



---
 com32/rosh/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/com32/rosh/Makefile b/com32/rosh/Makefile
index 5bcb166..f4b7d86 100644
--- a/com32/rosh/Makefile
+++ b/com32/rosh/Makefile
@@ -30,6 +30,8 @@ ifndef DATE
 DATE    := $(shell sh $(topdir)/gen-id.sh $(VERSION) $(HEXDATE))
 endif
 
+CFLAGS		+= -DDATE='"$(DATE)"'
+LNXCFLAGS	+= -DDATE='"$(DATE)"'
 
 rosh.o:	rosh.h
 



More information about the Syslinux-commits mailing list