Date: Mon, 9 May 2005 14:06:04 +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 arch.c compat.c for.c job.c main.c parse.c suff.c var.c var.h Message-ID: <200505091406.j49E640a072580@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505091406.j49E640a072580>