cvs commit: src/usr.bin/make suff.c util.c util.h

Hartmut Brandt harti at FreeBSD.org
Fri Mar 11 05:24:08 PST 2005


harti       2005-03-11 13:24:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         suff.c util.c util.h 
  Log:
  Simplify the print routines by using LST_FOREACH instead of Lst_ForEach
  and inlining the small printing utility functions.
  Create a function that can be used to produce printable representations
  of flag words.
  
  Revision  Changes    Path
  1.53      +41 -66    src/usr.bin/make/suff.c
  1.18      +20 -0     src/usr.bin/make/util.c
  1.6       +7 -0      src/usr.bin/make/util.h


More information about the cvs-all mailing list