linux-pages.com
... arcane linux knowledge collected over the eons, bit by bit ...
How can you test ‘dynamic’ conditions in a gnu Makefile?
The net is full of GNU-Makefile advise explaining how to define variables and then later use them at compile time to run different commands or different targets. This is all very useful but often time you want to run a command and test it’s result […]