Open
Description
Build script is usually used to do code generating, and sometimes, even the build script is triggered to rerun, the output generated code may not change at all. In that case, rebuilding the whole crate (and all its dependants) doesn't make sense.
There should be a mechanism for build script to inform that a rebuild is not needed from it.