From 095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Jul 2005 00:02:24 +0000 Subject: remove old depend on Config and make it so that a test failure aborts the make process --- test/silly/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/silly') diff --git a/test/silly/Makefile b/test/silly/Makefile index 7207b1536..a948b1ba8 100644 --- a/test/silly/Makefile +++ b/test/silly/Makefile @@ -30,7 +30,7 @@ hello_source: -@ cat hello.c -@ echo " " -hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak +hello: hello.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -40,7 +40,7 @@ hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ ls -l $@ - -./$@ + ./$@ -@ echo " " hello_glibc: hello.c Makefile @@ -53,11 +53,11 @@ hello_glibc: hello.c Makefile $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ ls -l $@ - -./$@ + ./$@ -@ echo " " -tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak +tiny: tiny.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -67,7 +67,7 @@ tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ ls -l $@ - -./$@ + ./$@ -@ echo " " -- cgit v1.2.3