projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0dac18
)
Fix time stamp style
author
Erik Andersen
<andersen@codepoet.org>
Thu, 6 Apr 2000 07:25:44 +0000
(07:25 -0000)
committer
Erik Andersen
<andersen@codepoet.org>
Thu, 6 Apr 2000 07:25:44 +0000
(07:25 -0000)
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
9197b17
..
fc6ed96
100644
(file)
--- 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.