help-make
[Top][All Lists]
Advanced

[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: Mon, 01 Dec 2008 08:39:11 -0500

On Sun, 2008-11-30 at 22:53 -0700, Josh Davidson wrote:
> I must be missing something:
>             sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
>                 -e '/^$$/ d' -e 's/$$/ :/' < $*.d >> $*.P; \
> 
> How is the "< $*.d >> $*.P" not redirecting STDIN to $*.d?

It is redirecting STDIN to read from $*.d.  I never said it wasn't.

I said it is not reading from the TERMINAL.  And it isn't; it's reading
from the file $*.d.

-- 
-------------------------------------------------------------------------------
 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




reply via email to

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