aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-12 20:11:55 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-12 20:11:55 +0000
commitcad216fa33584bbfe15d9a956406042f494f6c12 (patch)
tree9b4f388c414879a9f4507a8feef6e45886b186d5 /Makefile
parent752b4e32b2bb63961cccc12885a2f7be4f24fa71 (diff)
downloadbusybox-w32-cad216fa33584bbfe15d9a956406042f494f6c12.tar.gz
busybox-w32-cad216fa33584bbfe15d9a956406042f494f6c12.tar.bz2
busybox-w32-cad216fa33584bbfe15d9a956406042f494f6c12.zip
Use date -u instead of date --utc and consolidate version string.
Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>. git-svn-id: svn://busybox.net/trunk/busybox@2337 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 314119137..f6594137c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
19 19
20PROG := busybox 20PROG := busybox
21VERSION := 0.51 21VERSION := 0.51
22BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 22BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
23export VERSION 23export VERSION
24 24
25# With a modern GNU make(1) (highly recommended, that's what all the 25# With a modern GNU make(1) (highly recommended, that's what all the