Oops. Forgot the usleep.c file.
[oweals/busybox.git] / Makefile
index 1d52e1dcdedba19923102aad2af88751c6119d0e..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.
@@ -30,7 +32,7 @@ DODEBUG = false
 # If you want a static binary, turn this on.  I can't think
 # of many situations where anybody would ever want it static, 
 # but...
-DOSTATIC = false
+DOSTATIC = true
 
 # This will choke on a non-debian system
 ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`