Date: Sun, 05 Oct 1997 11:47:20 -0600 From: Steve Passe <smp@csn.net> To: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> 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 ... Message-ID: <199710051747.LAA16424@Ilsa.StevesCafe.com> In-Reply-To: Your message of "Sun, 05 Oct 1997 02:40:25 PDT." <199710050940.CAA12763@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710051747.LAA16424>