Re: Running case commands with the shell function?

2017-09-18 Thread Sébastien Hinderer
Dear Rakesh, Many thanks for your two e-mails and for the nice makefile-only solution you propose. I definitely find it elegant and also interesting from a "cultural" or "theoretical" point of view to know that there _is_ a Makefile-only solution to this. That being said, I must also take mainta

Re: Running case commands with the shell function?

2017-09-18 Thread Rakesh Sharma
Hi Sebastien, If you prefer sticking to the more maintainable, shell-based version then I would suggest that you change the double quotes around the $(TARGET) in the case structure, as this would hinder the shell from working if there were to be dollar signs $ , double quotes " , or back quote