I've been having an issue with getting a pattern rule to correctly
read order-only-prerequisites, and wanted to check with more
experienced people before posting the issue on the bug mailing list.
The main issue is trying to configure a project for out-of-source
builds of multiple configurations.
You can do a run dry, which will print what recipes to run without running
them. From
https://www.gnu.org/software/make/manual/html_node/Instead-of-Execution.html
:
‘-n’
‘--just-print’
‘--dry-run’
‘--recon’
“No-op”. Causes make to print the recipes that are needed to make the
targets up to date, bu