From owner-freebsd-stable Thu Jul 2 23:58:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26961 for freebsd-stable-outgoing; Thu, 2 Jul 1998 23:58:31 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa4-33.ix.netcom.com [207.93.136.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA26954 for ; Thu, 2 Jul 1998 23:58:27 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id XAA00611; Thu, 2 Jul 1998 23:58:21 -0700 (PDT) (envelope-from tomdean) Date: Thu, 2 Jul 1998 23:58:21 -0700 (PDT) Message-Id: <199807030658.XAA00611@ix.netcom.com> From: Thomas Dean To: jhicks@glenatl.glenayre.com CC: NguyenHM@ucarb.com, freebsd-stable@FreeBSD.ORG In-reply-to: <199807030603.CAA09136@jhicks.glenatl.glenayre.com> (message from Jerry Hicks on Fri, 3 Jul 1998 02:03:38 -0400 (EDT)) Subject: Re: How to make (build)world go faster Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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