Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2005 15:32:06 +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 var.c
Message-ID:  <200502181532.j1IFW65n019079@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-02-18 15:32:06 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Push the assignments of some variables down into the sub-blocks where
  it is actually needed. This makes clear in which subblocks the variables
  are not needed and which can easier be split out.
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu>
  
  Revision  Changes    Path
  1.88      +16 -4     src/usr.bin/make/var.c



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