diff options
author | Rob Landley | 2005-09-02 00:41:53 +0000 |
---|---|---|
committer | Rob Landley | 2005-09-02 00:41:53 +0000 |
commit | 1689075c992a45a4a50f1aaad8aaf1d2983060c8 (patch) | |
tree | 679fa07497ea54120459a76464d3257862537b2e /Makefile | |
parent | babd3fbba668e04841cbe683ca49097fb871fca8 (diff) | |
download | busybox-1689075c992a45a4a50f1aaad8aaf1d2983060c8.zip busybox-1689075c992a45a4a50f1aaad8aaf1d2983060c8.tar.gz |
Working on a new test harness. Moved the sort tests into it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -158,6 +158,7 @@ sizes: $(MAKE) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) \ -f $(top_srcdir)/Makefile STRIPCMD=/bin/true nm --size-sort busybox + # Documentation Targets doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html @@ -283,7 +284,7 @@ clean: docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \ docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \ - .config.old .hdepend busybox + .config.old .hdepend busybox testsuite/links/* - rm -rf _install - find . -name .\*.flags -exec rm -f {} \; - find . -name \*.o -exec rm -f {} \; |