[bug #44308] combination of $(call ...) and $(value ...) functions

2015-02-20 Thread Alex Maystrenko
Follow-up Comment #2, bug #44308 (project make): 1. ${1} and $(1) - it is possible 2. "switch" in C code or where? 3. Yes it is hard. I think it is better to leave both function so old style and new style variables would be possible. ___ R

[bug #44308] combination of $(call ...) and $(value ...) functions

2015-02-20 Thread Paul D. Smith
Follow-up Comment #1, bug #44308 (project make): This is an interesting idea. I have the following concerns: A small one: you should handle ${1} and $(1) as well as simple $1 (etc.) Also you'll probably get measurable speedup using switch statements instead of if/else, for any makefile that use