From 82bb97f5ee890da7a1edefeac2f303d65f9835bf Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sun, 26 Nov 2006 22:45:14 +0000 Subject: [PATCH] Try again for dates --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 10edd62c..1989eb24 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # file in your shell -BUILD_DATE=$(shell date -u +%Y%m%d-%H:%M) +export BUILD_DATE=$(shell date -u +%Y%m%d-%H:%M) ## DEFAULT VALUES ifndef VERBOSE_MAKE @@ -26,10 +26,10 @@ ifndef CAPCODENAME CAPCODENAME:=$(shell perl -e "print ucfirst("$(CODENAME)")") endif ifndef BINDISKINFO -export BINDISKINFO="Debian GNU/Linux $(DEBVERSION) \"$(CAPCODENAME)\" - $(OFFICIAL) $(ARCH) Binary-$$num ($$BUILD_DATE)" +export BINDISKINFO="Debian GNU/Linux $(DEBVERSION) \"$(CAPCODENAME)\" - $(OFFICIAL) $(ARCH) Binary-$$num ($BUILD_DATE)" endif ifndef SRCDISKINFO -export SRCDISKINFO="Debian GNU/Linux $(DEBVERSION) \"$(CAPCODENAME)\" - $(OFFICIAL) Source-$$num ($$BUILD_DATE)" +export SRCDISKINFO="Debian GNU/Linux $(DEBVERSION) \"$(CAPCODENAME)\" - $(OFFICIAL) Source-$$num ($BUILD_DATE)" endif # ND=No-Date versions for README ifndef BINDISKINFOND