cvs commit: src/usr.bin/make cond.c directive_hash.c globals.h main.c make.h parse.c

Max Okumoto okumoto at crater.dragonflybsd.org
Fri Apr 29 15:44:58 PDT 2005


okumoto     2005/04/29 15:44:38 PDT

DragonFly src repository

  Modified files:
    usr.bin/make         cond.c directive_hash.c globals.h main.c 
                         make.h parse.c 
  Log:
  FreeBSD-Date: 2005/04/29 15:37:44
  Author: harti
  
  Implement a pseudo-target .WARN that allows toggeling the warning flags
  for the current make. This does not override flags specified on the
  command line and these settings are not passed to sub-makes.
  
  Revision  Changes    Path
  1.42      +2 -2      src/usr.bin/make/cond.c
  1.3       +25 -23    src/usr.bin/make/directive_hash.c
  1.9       +3 -1      src/usr.bin/make/globals.h
  1.88      +56 -4     src/usr.bin/make/main.c
  1.31      +1 -0      src/usr.bin/make/make.h
  1.77      +23 -0     src/usr.bin/make/parse.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/cond.c.diff?r1=1.41&r2=1.42&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/directive_hash.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/globals.h.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/main.c.diff?r1=1.87&r2=1.88&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.h.diff?r1=1.30&r2=1.31&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.76&r2=1.77&f=u





More information about the Commits mailing list