From owner-freebsd-current Sun Oct 5 10:47:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01682 for current-outgoing; Sun, 5 Oct 1997 10:47:23 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA01677; Sun, 5 Oct 1997 10:47:16 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id LAA16424; Sun, 5 Oct 1997 11:47:20 -0600 (MDT) Message-Id: <199710051747.LAA16424@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... In-reply-to: Your message of "Sun, 05 Oct 1997 02:40:25 PDT." <199710050940.CAA12763@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 05 Oct 1997 11:47:20 -0600 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan, Isn't the second 'all' redundant here: *** Makefile 1997/10/05 17:16:26 1.3 --- Makefile 1997/10/05 17:26:47 *************** *** 218,224 **** ${IBMAKE} -I${.CURDIR}/share/mk -B ${CLEANDIR} ${OBJDIR} depend && \ ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all && \ ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} \ ! -B all install clean cleandepend @echo @echo "--------------------------------------------------------------" @echo " Making hierarchy" --- 218,224 ---- ${IBMAKE} -I${.CURDIR}/share/mk -B ${CLEANDIR} ${OBJDIR} depend && \ ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all && \ ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} \ ! -B install clean cleandepend @echo @echo "--------------------------------------------------------------" @echo " Making hierarchy" --- Also, I had to do "rm -rf /usr/obj" to get past the depend phase of "Making Make", otherwise it complained about "_mkdep12345 not found". I'm about 15 minutes into a "make -j12 -k buildworld" on the dual P6, I'll report back when it finishes. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD