cvs commit: src/usr.bin/make Makefile arch.c lst.c lst.h var.c

Hartmut Brandt harti at FreeBSD.org
Tue Mar 15 07:05:15 PST 2005


harti       2005-03-15 15:05:14 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile arch.c lst.c lst.h var.c 
  Log:
  modifier_M: instead of going through the string twice to compute the
  size of the buffer we need, just allocate the possible maximum.
  
  Patch:          7.117
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.44      +1 -1      src/usr.bin/make/Makefile
  1.56      +452 -430  src/usr.bin/make/arch.c
  1.2       +1 -0      src/usr.bin/make/lst.c
  1.31      +8 -0      src/usr.bin/make/lst.h
  1.116     +10 -21    src/usr.bin/make/var.c


More information about the cvs-src mailing list