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
[FAB-9219] Remove superfluous "||:" from Makefile rules
A number of trailing "||:" on Makefile rules is simply a hacky way of
representing the equivalent leading "-", meaning, "Continue processing
if this command fails." Given that all of those suffixes are on
commands that have a leading "-", there is no reason to keep them.
Change-Id: I911a35b6ce9eef7d3b5b7a079a2761068b2af4d6
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
0 commit comments