From owner-freebsd-stable Fri Aug 8 10:46:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA01443 for stable-outgoing; Fri, 8 Aug 1997 10:46:59 -0700 (PDT) Received: from acromail.ml.org (acroal.vip.best.com [206.86.222.181]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA01438 for ; Fri, 8 Aug 1997 10:46:52 -0700 (PDT) Received: from localhost (root@localhost) by acromail.ml.org (8.8.6/8.8.5) with SMTP id KAA01241; Fri, 8 Aug 1997 10:47:00 -0700 (PDT) Date: Fri, 8 Aug 1997 10:47:00 -0700 (PDT) From: 0000-Administrator To: Satoshi Asami cc: freebsd-stable@freebsd.org Subject: Re: Why is the stable tree not make worlding? In-Reply-To: <199708081024.DAA15117@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yep i did a successful make world a few days ago (and update) I cut out some of the parts so that the mail was not too long.... sorry, I will try again and send the whole thing if you want. On Fri, 8 Aug 1997, Satoshi Asami wrote: > * -------------------------------------------------------------- > * Making make > * -------------------------------------------------------------- > * -------------------------------------------------------------- > * Making hierarchy > * -------------------------------------------------------------- > > Well, here is the problem. That part of src/Makefile looks like this: > > === > @echo > @echo "--------------------------------------------------------------" > @echo " Making make" > @echo "--------------------------------------------------------------" > mkdir -p ${WORLDTMP}/usr/bin > cd ${.CURDIR}/usr.bin/make && \ > ${IBMAKE} -I${.CURDIR}/share/mk ${OBJDIR} clean cleandepend depend && \ > ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all install clean cleandepend > @echo > @echo "--------------------------------------------------------------" > @echo " Making hierarchy" > @echo "--------------------------------------------------------------" > === > > You should at least see the commands in between the @echo's. Are you > sure your whole tree is up to date, as there were lots of related > changes that went in during a short period of time? > > Satoshi >