+ wrap things in B<> to make pod2man happy
[oweals/busybox.git] / Makefile
index e2d98549f19b6f60d9e8c247006ce13a36ff2c75..54db45c9b31b5f35519f9559f92610a3e9ecc0a5 100644 (file)
--- a/Makefile
+++ b/Makefile
 PROG      := busybox
 VERSION   := 0.43
 BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
+export VERSION
 
 # Set the following to `true' to make a debuggable build.
 # Leave this set to `false' for production use.
 # eg: `make DODEBUG=true tests'
-DODEBUG = true
+DODEBUG = false
 
 # If you want a static binary, turn this on.
 DOSTATIC = false
@@ -131,7 +132,7 @@ install: busybox busybox.links
 
 .PHONY: dist release
 dist release: distclean
-       cd docs && $(MAKE) clean all 
+       $(MAKE) -C docs clean all 
        cd ..;                                  \
        rm -rf busybox-$(VERSION);              \
        cp -a busybox busybox-$(VERSION);       \