[BusyBox-cvs] CVS update of busybox (Makefile)
Erik Andersen
andersen at codepoet.org
Tue Jul 20 06:04:29 UTC 2004
Date: Tuesday, July 20, 2004 @ 00:04:29
Author: andersen
Path: /var/cvs/busybox
Modified: Makefile (1.295 -> 1.296)
The 'tests' target is long gone.
Index: busybox/Makefile
diff -u busybox/Makefile:1.295 busybox/Makefile:1.296
--- busybox/Makefile:1.295 Tue Apr 6 09:26:25 2004
+++ busybox/Makefile Tue Jul 20 00:04:28 2004
@@ -177,16 +177,10 @@
defconfig: scripts/config/conf
@./scripts/config/conf -d $(CONFIG_CONFIG_IN)
-test tests: busybox
- # Note that 'tests' is depricated. Use 'make check' instead
- # To use the nice new testsuite....
- cd tests && ./tester.sh
-
check: busybox
cd testsuite && ./runtest
clean:
- - $(MAKE) -C tests clean
- rm -f docs/busybox.dvi docs/busybox.ps \
docs/busybox.pod docs/busybox.net/busybox.html \
docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \
@@ -229,6 +223,6 @@
endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
.PHONY: dummy subdirs release distclean clean config oldconfig \
- menuconfig tags check test tests depend
+ menuconfig tags check test depend
More information about the busybox-cvs
mailing list