build: avoid an extra shell out in quiet variable function
authorJani Nikula <jani@nikula.org>
Tue, 29 Aug 2017 18:27:07 +0000 (21:27 +0300)
committerDavid Bremner <david@tethera.net>
Wed, 30 Aug 2017 01:05:37 +0000 (22:05 -0300)
commite027711148858b7aa2b3a4cd2617c87f38746181
tree43ccfeb2e790231912184e94d8439aa9c19aa0da
parent0082a55785a5ae64da22fe72af6c0ae928f13c03
build: avoid an extra shell out in quiet variable function

$(word 1, $1) yields the same result as the more complicated
$(shell echo $1 | sed -e s'/ .*//')
Makefile.local