diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ | |||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.43 | 22 | VERSION := 0.43 |
23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
24 | export VERSION | ||
24 | 25 | ||
25 | # Set the following to `true' to make a debuggable build. | 26 | # Set the following to `true' to make a debuggable build. |
26 | # Leave this set to `false' for production use. | 27 | # Leave this set to `false' for production use. |
@@ -131,7 +132,7 @@ install: busybox busybox.links | |||
131 | 132 | ||
132 | .PHONY: dist release | 133 | .PHONY: dist release |
133 | dist release: distclean | 134 | dist release: distclean |
134 | cd docs && $(MAKE) clean all | 135 | $(MAKE) -C docs clean all |
135 | cd ..; \ | 136 | cd ..; \ |
136 | rm -rf busybox-$(VERSION); \ | 137 | rm -rf busybox-$(VERSION); \ |
137 | cp -a busybox busybox-$(VERSION); \ | 138 | cp -a busybox busybox-$(VERSION); \ |