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

Diff for /mandoc/Makefile between version 1.395.2.6 and 1.395.2.7

version 1.395.2.6, 2013/10/05 13:15:51 version 1.395.2.7, 2013/10/05 20:30:05
Line 390  config.h: config.h.pre config.h.post
Line 390  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) -Werror -o test-fgetln test-fgetln.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-fgetln test-fgetln.c >> config.log 2>&1; then \
                 echo '#define HAVE_FGETLN'; \                  echo '#define HAVE_FGETLN'; \
                 rm test-fgetln; \                  rm test-fgetln; \
           fi; \            fi; \
           if $(CC) $(CFLAGS) -Werror -o test-strptime test-strptime.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-strptime test-strptime.c >> config.log 2>&1; then \
                 echo '#define HAVE_STRPTIME'; \                  echo '#define HAVE_STRPTIME'; \
                 rm test-strptime; \                  rm test-strptime; \
           fi; \            fi; \
           if $(CC) $(CFLAGS) -Werror -o test-getsubopt test-getsubopt.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-getsubopt test-getsubopt.c >> config.log 2>&1; then \
                 echo '#define HAVE_GETSUBOPT'; \                  echo '#define HAVE_GETSUBOPT'; \
                 rm test-getsubopt; \                  rm test-getsubopt; \
           fi; \            fi; \
           if $(CC) $(CFLAGS) -Werror -o test-strlcat test-strlcat.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-strlcat test-strlcat.c >> config.log 2>&1; then \
                 echo '#define HAVE_STRLCAT'; \                  echo '#define HAVE_STRLCAT'; \
                 rm test-strlcat; \                  rm test-strlcat; \
           fi; \            fi; \
           if $(CC) $(CFLAGS) -Werror -o test-mmap test-mmap.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-mmap test-mmap.c >> config.log 2>&1; then \
                 echo '#define HAVE_MMAP'; \                  echo '#define HAVE_MMAP'; \
                 rm test-mmap; \                  rm test-mmap; \
           fi; \            fi; \
           if $(CC) $(CFLAGS) -Werror -o test-strlcpy test-strlcpy.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-strlcpy test-strlcpy.c >> config.log 2>&1; then \
                 echo '#define HAVE_STRLCPY'; \                  echo '#define HAVE_STRLCPY'; \
                 rm test-strlcpy; \                  rm test-strlcpy; \
           fi; \            fi; \
           if $(CC) $(CFLAGS) -Werror -o test-betoh64 test-betoh64.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-betoh64 test-betoh64.c >> config.log 2>&1; then \
                 echo '#define HAVE_BETOH64'; \                  echo '#define HAVE_BETOH64'; \
                 rm test-betoh64; \                  rm test-betoh64; \
           fi; \            fi; \

Legend:
Removed from v.1.395.2.6  
changed lines
  Added in v.1.395.2.7

CVSweb