Re: Conditionally executing a script and using return value

2019-04-11 Thread Kaz Kylheku (gmake)
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` --

Conditionally executing a script and using return value

2019-04-11 Thread Thomas Nyberg
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` -