Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2005 23:39:23 -0600
From:      Eric F Crist <ecrist@secure-computing.net>
To:        Timothy Luoma <lists@tntluoma.com>
Cc:        FreeBSD-Questions Questions <freebsd-questions@freebsd.org>
Subject:   Re: make "make" quieter?
Message-ID:  <CFB9248D-66B7-11D9-88BB-000D9333E43C@secure-computing.net>
In-Reply-To: <B5A11F39-66B6-11D9-A44D-000D93AD26C8@tntluoma.com>
References:  <B5A11F39-66B6-11D9-A44D-000D93AD26C8@tntluoma.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail-5-758828259
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII; format=flowed

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

--Apple-Mail-5-758828259
content-type: application/pgp-signature; x-mac-type=70674453;
	name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iEYEARECAAYFAkHorIsACgkQRAAY9knOW+r2PACggDxFl07Nwlxt2Dc3XTCok6KM
KIEAn0ViF9HLOdMcO1eUQ8CaWmtycKi3
=g2Sv
-----END PGP SIGNATURE-----

--Apple-Mail-5-758828259--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CFB9248D-66B7-11D9-88BB-000D9333E43C>