aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-06 07:25:44 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-06 07:25:44 +0000
commit8c1ae6b3c5c7aea690fd81c47db2eb23e7f134f8 (patch)
tree2c252c5abff5d616470bfc96515475081a7acd66
parentfd34cca0a02619028ac9d00caa107804c38c410f (diff)
downloadbusybox-w32-8c1ae6b3c5c7aea690fd81c47db2eb23e7f134f8.tar.gz
busybox-w32-8c1ae6b3c5c7aea690fd81c47db2eb23e7f134f8.tar.bz2
busybox-w32-8c1ae6b3c5c7aea690fd81c47db2eb23e7f134f8.zip
Fix time stamp style
-Erik git-svn-id: svn://busybox.net/trunk/busybox@434 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
20 20
21PROG := busybox 21PROG := busybox
22VERSION := 0.43 22VERSION := 0.43
23BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M")
24BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 23BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
25BUILDTIME := $(shell TZ=UTC date --utc -R)
26 24
27# Set the following to `true' to make a debuggable build. 25# Set the following to `true' to make a debuggable build.
28# Leave this set to `false' for production use. 26# Leave this set to `false' for production use.