Fix time stamp style
-Erik
This commit is contained in:
parent
c0dac18d6d
commit
6bd3602988
2
Makefile
2
Makefile
@ -20,9 +20,7 @@
|
|||||||
|
|
||||||
PROG := busybox
|
PROG := busybox
|
||||||
VERSION := 0.43
|
VERSION := 0.43
|
||||||
BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M")
|
|
||||||
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
|
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
|
||||||
BUILDTIME := $(shell TZ=UTC date --utc -R)
|
|
||||||
|
|
||||||
# Set the following to `true' to make a debuggable build.
|
# Set the following to `true' to make a debuggable build.
|
||||||
# Leave this set to `false' for production use.
|
# Leave this set to `false' for production use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user