]> git.ipfire.org Git - thirdparty/make.git/commit
We compute various values for vpath lookup the first time through
authorPaul Smith <psmith@gnu.org>
Sun, 18 Sep 2011 20:52:13 +0000 (20:52 +0000)
committerPaul Smith <psmith@gnu.org>
Sun, 18 Sep 2011 20:52:13 +0000 (20:52 +0000)
commit0369a938254747fa2ab9ea09fe48b9c84ae7e19e
tree7da506b5572599eff91c1cb67bc1118d3defc885
parentef2b0425e76888e862796a2f38f885a1371b0724
We compute various values for vpath lookup the first time through
and store them in static variables; however one value (std_dirs)
was not being stored statically so the second time through it was
not set.
Fixes Savannah bug #32511
ChangeLog
remake.c
tests/ChangeLog
tests/scripts/features/vpath3