From: Erik Andersen Date: Thu, 6 Apr 2000 07:25:44 +0000 (-0000) Subject: Fix time stamp style X-Git-Tag: 0_43~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6bd3602988ee51d2655b8d60ad781b1817828ece;p=oweals%2Fbusybox.git Fix time stamp style -Erik --- diff --git a/Makefile b/Makefile index 9197b1778..fc6ed96a2 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,7 @@ PROG := busybox 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 -R) # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use.