diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-09 21:16:39 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-09 21:16:39 +0000 |
commit | 3e008c7fbf64e18b657e4b002e30ed542dd48a7b (patch) | |
tree | 9176b12dfbfa12603c30ca4ce11082e08f913cd6 | |
parent | abfb45123f4e1be64040061d1ad8f3778f865a3a (diff) | |
download | busybox-w32-3e008c7fbf64e18b657e4b002e30ed542dd48a7b.tar.gz busybox-w32-3e008c7fbf64e18b657e4b002e30ed542dd48a7b.tar.bz2 busybox-w32-3e008c7fbf64e18b657e4b002e30ed542dd48a7b.zip |
err.. Make clean in the scripts/config directory to remove some binaries
git-svn-id: svn://busybox.net/trunk/busybox@6144 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ check: busybox | |||
201 | 201 | ||
202 | clean: | 202 | clean: |
203 | - $(MAKE) -C tests clean | 203 | - $(MAKE) -C tests clean |
204 | - $(MAKE) -C scripts clean | 204 | - $(MAKE) -C scripts/config clean |
205 | - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ | 205 | - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ |
206 | docs/busybox.net/BusyBox.html | 206 | docs/busybox.net/BusyBox.html |
207 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ | 207 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ |