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

Diff for /mandoc/Makefile between version 1.246 and 1.248

version 1.246, 2010/01/01 17:14:26 version 1.248, 2010/01/01 19:22:56
Line 10  INSTALL_DATA = install -m 0444
Line 10  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.9.14  VERSION    = 1.9.15-pre2
 VDATE      = 16 November 2009  VDATE      = 02 January 2010
   
 VFLAGS     = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H  VFLAGS     = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H
 WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
Line 263  config.h: config.h.pre config.h.post
Line 263  config.h: config.h.pre config.h.post
         rm -f config.log          rm -f config.log
         ( cat config.h.pre; \          ( cat config.h.pre; \
         echo; \          echo; \
         if $(CC) $(CFLAGS) -c test-strlcat.c >> config.log 2>&1; then \          if $(CC) $(CFLAGS) -Werror -c test-strlcat.c >> config.log 2>&1; then \
                 echo '#define HAVE_STRLCAT'; \                  echo '#define HAVE_STRLCAT'; \
                 rm test-strlcat.o; \                  rm test-strlcat.o; \
         fi; \          fi; \
         if $(CC) $(CFLAGS) -c test-strlcpy.c >> config.log 2>&1; then \          if $(CC) $(CFLAGS) -Werror -c test-strlcpy.c >> config.log 2>&1; then \
                 echo '#define HAVE_STRLCPY'; \                  echo '#define HAVE_STRLCPY'; \
                 rm test-strlcpy.o; \                  rm test-strlcpy.o; \
         fi; \          fi; \

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.248

CVSweb