Try again for dates
This commit is contained in:
parent
6f101339c8
commit
82bb97f5ee
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in New Issue