Oops. Forgot the usleep.c file.
[oweals/busybox.git] / Makefile
index e371f35c1ea5c1034baf9cd0d8c0d9221488230c..4d5dbb65603144c2909507b6b482cc21416a4e98 100644 (file)
--- 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.