build-webkit rebuilds the whole webkit when nothing has changed Repro: 1. Tools/Scripts/build-webkit --debug 2. Observe WebKit is being built, and it will succeed 3. Tools/Scripts/build-webkit --debug 4. Observe WebKit is being re-built, even though nothing has changed
Confirming: build-webkit --use-workspace works correctly, it does not rebuild if already built.
Can this be duped to bug 241298?
I understand that there is some underlying issue that could potentially be fixed to make no-workspace builds more incremental again, but not sure if that's something to dedicate time to at this point.
*** This bug has been marked as a duplicate of bug 241298 ***