Module Name: src Committed By: rillig Date: Sat Nov 21 08:01:20 UTC 2020
Modified Files: src/usr.bin/make: suff.c Log Message: make(1): clean up parameter names for SuffScanTargets The prefix "gs" came from a time when SuffScanTargets was called via Lst_ForEach, passing it a struct GNodeSuff. The "gs" had just been the abbreviation for "GNode + Suff", which was already non-expressive. On top of that, the struct had a third field "r", also with an unclear name, which was not even mentioned in the name of the struct. For now, just remove the needless prefix since it has absolutely no meaning anymore. Maybe it will become clear what the "r" was supposed to mean, it could be some kind of "result". To generate a diff of this commit: cvs rdiff -u -r1.250 -r1.251 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.