diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:02:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:02:24 +0000 |
commit | 095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 (patch) | |
tree | 074540e563757454c2c4adce2e3799a5ab766db8 /test/termios | |
parent | de8b8b0b0bdd0f6012187dfc3046cac098000bb0 (diff) |
remove old depend on Config and make it so that a test failure aborts the make process
Diffstat (limited to 'test/termios')
-rw-r--r-- | test/termios/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/termios/Makefile b/test/termios/Makefile index de52c6156..c89318c8c 100644 --- a/test/termios/Makefile +++ b/test/termios/Makefile @@ -22,7 +22,7 @@ TARGETS=termios termios_glibc all: $(TARGETS) -termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak +termios: termios.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -32,7 +32,7 @@ termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ ls -l $@ - -./$@ + ./$@ -@ echo " " termios_glibc: termios.c Makefile @@ -45,7 +45,7 @@ termios_glibc: termios.c Makefile $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ ls -l $@ - -./$@ + ./$@ -@ echo " " clean: |