From owner-freebsd-stable Fri Aug 8 03:25:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA07376 for stable-outgoing; Fri, 8 Aug 1997 03:25:22 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-13.ix.netcom.com [204.31.231.45]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA07370 for ; Fri, 8 Aug 1997 03:25:18 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id DAA15117; Fri, 8 Aug 1997 03:24:00 -0700 (PDT) Date: Fri, 8 Aug 1997 03:24:00 -0700 (PDT) Message-Id: <199708081024.DAA15117@silvia.HIP.Berkeley.EDU> To: root@acromail.ml.org CC: freebsd-stable@freebsd.org In-reply-to: (message from 0000-Administrator on Thu, 7 Aug 1997 22:17:28 -0700 (PDT)) Subject: Re: Why is the stable tree not make worlding? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * -------------------------------------------------------------- * 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