so I exported VERSION and invoked make with a -C docs
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.
.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); \