diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-07-24 18:56:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-07-24 18:56:16 +0000 |
commit | de559112e90706dbab29c8f62d8f75d0ccbfe834 (patch) | |
tree | 5877596a667fef89ebde612ffd0779cd322be4d5 /usr.bin/make/main.c | |
parent | 98982aacf0aa7545ab1423f476775a35cb6b63a1 (diff) |
move the code that grabs a value in Var_Parse in its own function,
get_expanded_value.
Extend the code a bit to be much more thorough in case of a recursive
expansion: shows exactly the cycle of variable names involved.
okay millert@
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r-- | usr.bin/make/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 244f7b51ece..4144e1edb2d 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: main.c,v 1.72 2007/07/24 18:52:47 espie Exp $ */ +/* $OpenBSD: main.c,v 1.73 2007/07/24 18:56:15 espie Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* |