Date: Thu, 2 Jul 1998 23:58:21 -0700 (PDT) From: Thomas Dean <tomdean@ix.netcom.com> To: jhicks@glenatl.glenayre.com Cc: NguyenHM@ucarb.com, freebsd-stable@FreeBSD.ORG Subject: Re: How to make (build)world go faster Message-ID: <199807030658.XAA00611@ix.netcom.com> In-Reply-To: <199807030603.CAA09136@jhicks.glenatl.glenayre.com> (message from Jerry Hicks on Fri, 3 Jul 1998 02:03:38 -0400 (EDT))
next in thread | previous in thread | raw e-mail | index | archive | help
Have you modified any of the makefiles or /etc/make.conf or /usr/share/mk/*? I have not modified any of these files. Do you keep the output of make in a file? If so, please send me the output of grep -i ^mak <filename> I use a domake.sh script to run make and keep a log. #!/bin/sh make -j4 world > `date "+%y%m%d.make.out"` 2>&1 My /etc/make.conf is # $Id: make.conf,v 1.37.2.4 1997/04/15 08:26:19 asami Exp $ My /usr/src/Makefile is # $Id: Makefile,v 1.203 1998/06/17 09:34:42 bde Exp $ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807030658.XAA00611>