cvs commit: src/usr.bin/make Makefile directive_hash.c directive_hash.h parse.c

Hartmut Brandt harti at FreeBSD.org
Thu Apr 28 05:05:44 PDT 2005


harti       2005-04-28 12:05:43 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile directive_hash.c 
                         directive_hash.h parse.c 
  Log:
  Use a minimal perfect hash for the special sources/targets too. Add
  the corresponding magic to create the hash function to the Makefile.
  
  Revision  Changes    Path
  1.48      +25 -6     src/usr.bin/make/Makefile
  1.3       +63 -0     src/usr.bin/make/directive_hash.c
  1.2       +1 -0      src/usr.bin/make/directive_hash.h
  1.98      +25 -43    src/usr.bin/make/parse.c


More information about the cvs-src mailing list