aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-24 00:54:46 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-24 00:54:46 +0000
commitaf7a358416b348a4e33dc616f06f548fff6dfd10 (patch)
treea03bebb080253f4a20f8d5335285a5e717106d36 /Makefile
parente7cc3589915a349cbe6a3c497219ae3ffb3d4f60 (diff)
downloadbusybox-w32-af7a358416b348a4e33dc616f06f548fff6dfd10.tar.gz
busybox-w32-af7a358416b348a4e33dc616f06f548fff6dfd10.tar.bz2
busybox-w32-af7a358416b348a4e33dc616f06f548fff6dfd10.zip
The new tar for busybox is now done, and works just fine
for extracting files. Creation of tarballs is next... -Erik git-svn-id: svn://busybox.net/trunk/busybox@421 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e371f35c1..4d5dbb656 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,8 @@
21PROG := busybox 21PROG := busybox
22VERSION := 0.43 22VERSION := 0.43
23BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") 23BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M")
24BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
25BUILDTIME := $(shell TZ=UTC date --utc -R)
24 26
25# Set the following to `true' to make a debuggable build. 27# Set the following to `true' to make a debuggable build.
26# Leave this set to `false' for production use. 28# Leave this set to `false' for production use.