On 2019-04-11 03:04, Thomas Nyberg wrote:
Hello,
I would like my Makefile to:
1. Check if a variable is set to specific value,
2. If it is, execute a script and get its return value,
3. Stop executing Makefile depending upon return value.
Here is the Makefile I have:
`Makefile`
--
Hello,
I would like my Makefile to:
1. Check if a variable is set to specific value,
2. If it is, execute a script and get its return value,
3. Stop executing Makefile depending upon return value.
Here is the Makefile I have:
`Makefile`
-