diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ | |||
19 | # | 19 | # |
20 | 20 | ||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.46 | 22 | VERSION := 0.47pre |
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 | export VERSION |
25 | 25 | ||
@@ -168,7 +168,7 @@ test tests: | |||
168 | clean: | 168 | clean: |
169 | - rm -f busybox.links *~ *.o core | 169 | - rm -f busybox.links *~ *.o core |
170 | - rm -rf _install | 170 | - rm -rf _install |
171 | - cd tests && $(MAKE) clean | 171 | cd tests && $(MAKE) clean |
172 | - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ | 172 | - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ |
173 | docs/busybox.lineo.com/BusyBox.html | 173 | docs/busybox.lineo.com/BusyBox.html |
174 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ | 174 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ |