forked from len0rd/rockbox
For targets without an RTC, use the rockbox build date as the start date in the FAT driver. No more 2003-08-01 files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7478 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0172b78995
commit
b2964cad0c
3 changed files with 12 additions and 3 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
|
@ -814,6 +814,7 @@ export BUILDDIR=@PWD@
|
|||
export LANGUAGE=@LANGUAGE@
|
||||
export MEMORYSIZE=@MEMORY@
|
||||
export VERSION=\$(shell date +%y%m%d-%H%M)
|
||||
export BUILDDATE=\$(shell date +'-DYEAR=%Y -DMONTH=%m -DDAY=%d')
|
||||
export MKFIRMWARE=@TOOL@
|
||||
export BINARY=@OUTPUT@
|
||||
export APPEXTRA=@APPEXTRA@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue