Avoid rebuilding the world when any kernel source changes
A change in any kernel source may change the syscall definitions, so
those need to be regenerated, but previously this would cause
everything else to be likewise regenerated. Avoid this by only
updating the generated file if its contents actually change.
This also makes these rules better behaved when there are errors,
since previously they would leave partially-generated files that would
confuse the next make run.
正在显示
请
注册
或者
登录
后发表评论