Misc Makefile/bootstrap improvements
What does this Merge Request do?
This MR improves bootstrapping by
- Only include/generate
gdk-config.mk
ifrake
is available - Only include/generate
gdk-config.mk
if we're not runningmake bootstrap
-
xargs
on Linux needs-r
added as an arg when there's no output from the preceding command otherwise it errors out😞
Merge Request checklist
-
Tests added for new functionality. If not, please raise Issue to follow-up. -
This change is backward compatible. If not, please include steps to communicate to our users. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed.