[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/Makefile between version 1.20 and 1.21

version 1.20, 2006/03/09 10:56:33 version 1.21, 2006/04/02 02:42:33
Line 11 
Line 11 
         server.c status.c tag.c update.c util.c version.c watch.c \          server.c status.c tag.c update.c util.c version.c watch.c \
         worklist.c xmalloc.c          worklist.c xmalloc.c
   
 CFLAGS= -g -ggdb  CFLAGS+=-Wall
 CFLAGS+= -Wall  CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes
 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes  CFLAGS+=-Wmissing-declarations
 CFLAGS+= -Wmissing-declarations  CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual
 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual  CFLAGS+=-Wsign-compare
 CFLAGS+= -Wsign-compare  DEBUG=  -g -ggdb
 YFLAGS=  YFLAGS=
   
 DPADD+= ${LIBZ}  DPADD+= ${LIBZ}

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21