You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch version.cpp from a rule product to a byproduct
As a rule product it will only be created once; as a byproduct the target will always be executed,
resulting in version.cpp being regenerated when additional commits are made, and yet util.a will
correctly be sequenced behind it.
This corrects the reverted PR #2657, which did not note version.cpp as a byproduct (hence a generated
file), which meant version.cpp would be disregarded as a missing source file on the initial build.
0 commit comments