make(1): don't make .END if the main targets already failedThis only applies to -k mode. By default, make exits earlier and skipsthe .END node as well if an error occurs.
make(1): add test for .END after failed main node