aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-06 07:25:44 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-06 07:25:44 +0000
commit6bd3602988ee51d2655b8d60ad781b1817828ece (patch)
tree2c252c5abff5d616470bfc96515475081a7acd66 /Makefile
parentc0dac18d6db20ace5aa72f384367a374592113b0 (diff)
downloadbusybox-6bd3602988ee51d2655b8d60ad781b1817828ece.tar.gz
Fix time stamp style
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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.