[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.7 and 1.11

version 1.7, 2008/11/26 16:50:34 version 1.11, 2008/11/27 13:29:44
Line 21  CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIB
Line 21  CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIB
 INSTALL = Makefile $(HEADS) $(SRCS) $(MANS)  INSTALL = Makefile $(HEADS) $(SRCS) $(MANS)
   
 FAIL    = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \  FAIL    = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \
           test.15            test.15 test.20
   
 SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13  SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \
             test.14 test.16 test.17 test.18 test.19 test.21
   
   
 all: mdocml  all: mdocml
Line 33  lint: llib-lmdocml.ln
Line 34  lint: llib-lmdocml.ln
 dist: mdocml.tgz  dist: mdocml.tgz
   
 regress: mdocml  regress: mdocml
         @for f in $(FAIL); do ./mdocml $$f 2>/dev/null || continue ; done          @for f in $(FAIL); do ./mdocml $$f 1>/dev/null 2>/dev/null || continue ; done
         @for f in $(SUCCEED); do ./mdocml $$f || exit 1 ; done          @for f in $(SUCCEED); do ./mdocml $$f 1>/dev/null || exit 1 ; done
   
 mdocml: mdocml.o libmdocml.a  mdocml: mdocml.o libmdocml.a
         $(CC) $(CFLAGS) -o $@ mdocml.o libmdocml.a          $(CC) $(CFLAGS) -o $@ mdocml.o libmdocml.a

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.11

CVSweb