make "make" quieter?

Eric F Crist ecrist at secure-computing.net
Fri Jan 14 21:39:35 PST 2005


On Jan 14, 2005, at 11:31 PM, Timothy Luoma wrote:

>
> Maybe I'm Googling the wrong terms, but I'm trying to find a way to 
> make 'make' less chatty during 'make install clean' (at least the 
> 'make' part, I'd like to see the install stuff if possible... if not, 
> I'd rather not.)
>
> There seem to be a lot of merely information stuff that comes by.  I 
> didn't see anything in make.conf that might be a quiet/verbose switch.
>
> So far I've just been doing this:
>
> 	(make install clean  2>&1) > install.log
>
> The only problem is that it won't work with 'sudo' (can't use ">" with 
> sudo) so I have to login as root.
>
> TjL

Have you tried:

% sudo "make install clean > install.log"
			-or-
% sudo "make install clean > /dev/null"

HTH
_______________________________________________________
Eric F Crist                  "I am so smart, S.M.R.T!"
Secure Computing Networks              -Homer J Simpson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050114/468d7732/PGP.bin


More information about the freebsd-questions mailing list