Module Name: src Committed By: rillig Date: Sat Oct 31 11:34:30 UTC 2020
Modified Files: src/usr.bin/make: main.c var.c Log Message: make(1): reduce the scope where recursive expressions are detected Only the call to Var_Subst needs to be protected since the other functions have nothing to do with expanding variables. To generate a diff of this commit: cvs rdiff -u -r1.417 -r1.418 src/usr.bin/make/main.c cvs rdiff -u -r1.614 -r1.615 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.