From 9bc504722abb3aadcb957b7e1fca83b22b5adbb2 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 26 Nov 2008 21:42:59 +0000 Subject: Considerable fixes. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8791ff1..6ffbf702 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -W -Wall -Wno-unused-parameter -g +CFLAGS += -W -Wall -Wno-unused-parameter -g LINTFLAGS += -c -e -f -u @@ -33,8 +33,8 @@ lint: llib-lmdocml.ln dist: mdocml.tgz regress: mdocml - @for f in $(FAIL); do ./mdocml $$f 2>/dev/null || continue ; done - @for f in $(SUCCEED); do ./mdocml $$f || exit 1 ; done + @for f in $(FAIL); do ./mdocml $$f 1>/dev/null 2>/dev/null || continue ; done + @for f in $(SUCCEED); do ./mdocml $$f 1>/dev/null || exit 1 ; done mdocml: mdocml.o libmdocml.a $(CC) $(CFLAGS) -o $@ mdocml.o libmdocml.a -- cgit v1.2.3-56-ge451