help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using named pipes for chains of implicit rules


From: Shaun Jackman
Subject: Using named pipes for chains of implicit rules
Date: Thu, 10 Jun 2010 16:05:46 -0700

Hi,

For a chain of implicit rules, make creates intermediate files, which it
removes afterwards. Could make use named pipes (mkfifo) to run the two
commands (producing and consuming the intermediate file) in parallel?

If the intermediate file will not be removed for any reason (e.g. named
as an explicit target or declared .SECONDARY), then a regular file would
be used.

Cheers,
Shaun




reply via email to

[Prev in Thread] Current Thread [Next in Thread]