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

Diff for /mandoc/Makefile between version 1.143 and 1.146

version 1.143, 2009/03/22 19:01:11 version 1.146, 2009/03/22 19:14:29
Line 9  INSTALL_DATA = install -m 0444
Line 9  INSTALL_DATA = install -m 0444
 INSTALL_LIB     = install -m 0644  INSTALL_LIB     = install -m 0644
 INSTALL_MAN     = $(INSTALL_DATA)  INSTALL_MAN     = $(INSTALL_DATA)
   
 VERSION    = 1.6.8  VERSION    = 1.6.9
 VDATE      = 21 March 2009  VDATE      = 22 March 2009
   
 VFLAGS     = -DVERSION=\"$(VERSION)\"  VFLAGS     = -DVERSION=\"$(VERSION)\"
 CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g  CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
Line 19  CFLAGS    += $(VFLAGS)
Line 19  CFLAGS    += $(VFLAGS)
   
 # If you want to strip `Xo/Xc' macro pairs, enable this.  Really, only  # If you want to strip `Xo/Xc' macro pairs, enable this.  Really, only
 # OpenBSD should be doing this while it kicks its cruft.  # OpenBSD should be doing this while it kicks its cruft.
 CFLAGS    += -DSTRIP_XO  #CFLAGS   += -DSTRIP_XO
   #LINTFLAGS += -DSTRIP_XO
   
 LIBLNS     = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \  LIBLNS     = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \
              validate.ln action.ln lib.ln att.ln arch.ln vol.ln \               validate.ln action.ln lib.ln att.ln arch.ln vol.ln \

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.146

CVSweb