Use date -u instead of date --utc and consolidate version string.

Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
This commit is contained in:
Matt Kraai
2001-04-12 20:11:55 +00:00
parent 5a65413c04
commit 6ba1a80c26
8 changed files with 10 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
PROG := busybox
VERSION := 0.51
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
export VERSION
# With a modern GNU make(1) (highly recommended, that's what all the