From 1ad302ac903695ef4ba748d3880222c05eeaafef Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 24 Mar 2000 00:54:46 +0000 Subject: The new tar for busybox is now done, and works just fine for extracting files. Creation of tarballs is next... -Erik --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e371f35c1..4d5dbb656 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,8 @@ 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. -- cgit v1.2.3