diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-24 00:54:46 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-24 00:54:46 +0000 |
commit | 1ad302ac903695ef4ba748d3880222c05eeaafef (patch) | |
tree | a03bebb080253f4a20f8d5335285a5e717106d36 /Makefile | |
parent | e454fb68a3165ca5cf42c290b4b9dc92dbf9a235 (diff) | |
download | busybox-w32-1ad302ac903695ef4ba748d3880222c05eeaafef.tar.gz busybox-w32-1ad302ac903695ef4ba748d3880222c05eeaafef.tar.bz2 busybox-w32-1ad302ac903695ef4ba748d3880222c05eeaafef.zip |
The new tar for busybox is now done, and works just fine
for extracting files. Creation of tarballs is next...
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ | |||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.43 | 22 | VERSION := 0.43 |
23 | BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") | 23 | BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") |
24 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | ||
25 | BUILDTIME := $(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. |