[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A function to print instead of $(warning ) or $(error )
From: |
pete |
Subject: |
Re: A function to print instead of $(warning ) or $(error ) |
Date: |
Wed, 23 Feb 2005 10:48:32 -0800 (PST) |
User-agent: |
SquirrelMail/1.4.3a-1 |
> On Wed, Feb 23, 2005 at 11:33:03AM -0500, Paul D. Smith wrote:
>> The only quirk in this solution is that all output goes to stderr
>> instead of stdout.
>
> And, it uses shell which is starting processes and is therefore a lot
> slower than a builtin function would be in case you care about
> performance.
Unfortunately, it seems to be the only way to do this. I would love a
better solution, any other ideas?
Should we consider adding an "info" function to make?
-Pete
- A function to print instead of $(warning ) or $(error ), Pete Johnson, 2005/02/22
- Re: A function to print instead of $(warning ) or $(error ), Noel Yap, 2005/02/23
- Re: A function to print instead of $(warning ) or $(error ), Pete Johnson, 2005/02/23
- Re: A function to print instead of $(warning ) or $(error ), Pete Johnson, 2005/02/23
- Re: A function to print instead of $(warning ) or $(error ), Boris Kolpackov, 2005/02/24
- Re: A function to print instead of $(warning ) or $(error ), Pete Johnson, 2005/02/25