cvs commit: src/usr.bin/make arch.c compat.c for.c job.c main.c parse.c suff.c var.c var.h

Hartmut Brandt harti at FreeBSD.org
Mon May 9 07:06:05 PDT 2005


harti       2005-05-09 14:06:04 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         arch.c compat.c for.c job.c main.c 
                         parse.c suff.c var.c var.h 
  Log:
  Split Var_Subst() into two functions: Var_SubstOnly() which substitutes
  only one variable and Var_Subst() which substitutes all. Split out the
  test whether a variable should not be expanded into match_var().
  Make access to the input string consistently using str[]. Remove two
  unused functions: Var_GetTail() and Var_GetHead().
  
  Patches:        7.184-7.189
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.62      +2 -2      src/usr.bin/make/arch.c
  1.57      +1 -1      src/usr.bin/make/compat.c
  1.42      +2 -2      src/usr.bin/make/for.c
  1.93      +5 -5      src/usr.bin/make/job.c
  1.137     +2 -2      src/usr.bin/make/main.c
  1.102     +7 -7      src/usr.bin/make/parse.c
  1.61      +1 -1      src/usr.bin/make/suff.c
  1.146     +152 -140  src/usr.bin/make/var.c
  1.18      +2 -3      src/usr.bin/make/var.h


More information about the cvs-src mailing list