Issue with order-only-prerequisites on pattern rule

2020-05-28 Thread Juan Pablo Garibotti Arias
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.

Re: GMAKE 3.81 vs GMAKE 4.2

2022-05-05 Thread Juan Pablo Garibotti Arias
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