[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Advanced Auto-Dependency Generation and Parallel Execution
From: |
Paul Smith |
Subject: |
Re: Advanced Auto-Dependency Generation and Parallel Execution |
Date: |
Sun, 30 Nov 2008 14:53:12 -0500 |
On Sun, 2008-11-30 at 01:17 -0700, Josh Davidson wrote:
> Since sed is reading from STDIN to generate the dependency problem,
> doesn’t it violate the rule above?
sed is not reading from the terminal. It's reading from the output of
the previous command, through the pipe. So, there is no worry here.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.mad-scientist.us
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist