Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 15:05:14 +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 arch.c lst.c lst.h var.c
Message-ID:  <200503151505.j2FF5EO9073478@repoman.freebsd.org>

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



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