Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Sep 2012 19:02:12 -0500
From:      Tim Daneliuk <tundra@tundraware.com>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Somewhat OT: Using Pipes Inside a GNU Make File
Message-ID:  <5047E804.7050406@tundraware.com>

next in thread | raw e-mail | index | archive | help
A bit off topic, but I'm kind of stuck.  I am using gmake and want to
do something like this:

    FOO := $(shell a | b | c)

But this appears not to work.  Only the 'a' command is executed.  The remainder
of the pipeline is ignored.  Is there some clean way to implement this
kind of thing?


-- 
----------------------------------------------------------------------------
Tim Daneliuk     tundra@tundraware.com
PGP Key:         http://www.tundraware.com/PGP/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5047E804.7050406>