aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-27 22:04:58 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-27 22:04:58 +0000
commitaae82e0d8b3a1f01f230b29ee3e9c9939c89d688 (patch)
tree7120faf4865bc780b05c14f4ccaa226fc5c6325d /Makefile.custom
parent9dca07d949635af21c6bf1ba059f783693b28ddb (diff)
downloadbusybox-aae82e0d8b3a1f01f230b29ee3e9c9939c89d688.tar.gz
- the testharness needs busybox.links. Now the new foobar.tests work again
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.custom b/Makefile.custom
index e976e739e..0cc40a667 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -38,9 +38,9 @@ ifneq ($(strip $(DO_INSTALL_LIBS)),n)
done
endif
-check test: busybox
+check test: busybox busybox.links
bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \
- $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:1=),-v)
+ $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:0=),-v)
.PHONY: release
release: distclean