On Tue, Feb 20, 2018 at 8:59 PM, Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> wrote: > > IMO, I prefer to use different names for different purpose. > So, 'stdout' and 'success' look good to me. > > BTW, I noticed just one built-in function is enough > because 'success' can be derived from 'stdout'. > > So, my plan is, implement $(shell ...) as a built-in function. > This returns the stdout from the command. > > Then, implement 'success' as a textual shorthand > by using macro, like this: > > macro success $(shell ($(1) && echo y) || echo n) I like it. This is nice and clean, and seems to be very generic. I see no issues with this approach. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html