commit | 6bd3602988ee51d2655b8d60ad781b1817828ece | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Thu Apr 06 07:25:44 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Thu Apr 06 07:25:44 2000 +0000 |
tree | 2c252c5abff5d616470bfc96515475081a7acd66 | |
parent | c0dac18d6db20ace5aa72f384367a374592113b0 [diff] |
Fix time stamp style -Erik
diff --git a/Makefile b/Makefile index 9197b17..fc6ed96 100644 --- a/Makefile +++ b/Makefile
@@ -20,9 +20,7 @@ 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.