Date: Sat, 15 Jan 2005 00:31:30 -0500 From: Timothy Luoma <lists@tntluoma.com> To: FreeBSD-Questions Questions <freebsd-questions@freebsd.org> Subject: make "make" quieter? Message-ID: <B5A11F39-66B6-11D9-A44D-000D93AD26C8@tntluoma.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B5A11F39-66B6-11D9-A44D-000D93AD26C8>