Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2005 12:05:43 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make Makefile directive_hash.c directive_hash.h parse.c
Message-ID:  <200504281205.j3SC5h1L035142@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504281205.j3SC5h1L035142>