From 1689075c992a45a4a50f1aaad8aaf1d2983060c8 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 2 Sep 2005 00:41:53 +0000 Subject: Working on a new test harness. Moved the sort tests into it. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c96c7373b..d14aaf769 100644 --- a/Makefile +++ b/Makefile @@ -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 {} \; -- cgit v1.2.3-55-g6feb