diff options
author | Rob Landley <rob@landley.net> | 2005-09-20 14:09:57 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-09-20 14:09:57 +0000 |
commit | 90252bb4c9bedcd25317baf60a26906834638656 (patch) | |
tree | 40d2cef71b33ce33551a27387ddfbe0e9aca3a29 /Makefile | |
parent | 7fe6520e75ca0a0765e3efc9b6468a39bcdc7d48 (diff) | |
download | busybox-w32-90252bb4c9bedcd25317baf60a26906834638656.tar.gz busybox-w32-90252bb4c9bedcd25317baf60a26906834638656.tar.bz2 busybox-w32-90252bb4c9bedcd25317baf60a26906834638656.zip |
The testsuite/links directory wasn't being created.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -256,8 +256,8 @@ clean: | |||
256 | docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \ | 256 | docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \ |
257 | docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ | 257 | docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ |
258 | docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \ | 258 | docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \ |
259 | .config.old busybox testsuite/links/* | 259 | .config.old busybox |
260 | - rm -rf _install | 260 | - rm -rf _install testsuite/links |
261 | - find . -name .\*.flags -exec rm -f {} \; | 261 | - find . -name .\*.flags -exec rm -f {} \; |
262 | - find . -name \*.o -exec rm -f {} \; | 262 | - find . -name \*.o -exec rm -f {} \; |
263 | - find . -name \*.a -exec rm -f {} \; | 263 | - find . -name \*.a -exec rm -f {} \; |