From: Mike Frysinger Date: Wed, 9 Mar 2005 05:44:07 +0000 (-0000) Subject: add a check target cause i'm lazy X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7d6643102b320429402eafe8b47badd4e0651a90;p=uclinux-h8%2Fuclibc-ng.git add a check target cause i'm lazy --- diff --git a/Makefile b/Makefile index 5189c98bf..18310cd22 100644 --- a/Makefile +++ b/Makefile @@ -325,7 +325,6 @@ defconfig: extra/config/conf $(INSTALL) -d include/bits @./extra/config/conf -d extra/Configs/Config.in - clean: - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec $(RM) {} \; @$(RM) -r tmp lib include/bits libc/tmp _install @@ -368,4 +367,7 @@ release: distclean endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y) +check: + $(MAKE) -C test + .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig