Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 12:45:48 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        "Ptacek, Chris" <Ptacek@pwrh.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How to get rid of warning messages during kernel make?
Message-ID:  <Pine.BSF.4.03.9904081245350.25113-100000@resnet.uoregon.edu>
In-Reply-To: <83A5B9068368D211BDE90060B06A21BA8A0244@bozeman.pwrh.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 8 Apr 1999, Ptacek, Chris wrote:

> I am trying to automate the building process for the kernel for my system. 
> I am using a perl script to do the file modifications and using system calls
> to do the make depend and make portions.  The problem is that I would 
> like to not have any of the build information sent to the screen.  I have
> set
> the CWARNFLAGS to " " by the following in my perl script:
> 
> system("make CWARNFLAGS=\" \" depend >> logfile.log");
> system("make CWARNFLAGS=\" \" >> logfile.log");
> 
> But I still get the following messages:

You need to redirect stderr too.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9904081245350.25113-100000>