From owner-freebsd-stable Fri Aug 8 13:11:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA10158 for stable-outgoing; Fri, 8 Aug 1997 13:11:56 -0700 (PDT) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA10153 for ; Fri, 8 Aug 1997 13:11:54 -0700 (PDT) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.6/8.7.3) id NAA20173; Fri, 8 Aug 1997 13:11:33 -0700 (PDT) Date: Fri, 8 Aug 1997 13:11:33 -0700 (PDT) Message-Id: <199708082011.NAA20173@vader.cs.berkeley.edu> To: jdp@polstra.com CC: stable@freebsd.org In-reply-to: <199708081603.JAA00660@austin.polstra.com> (message from John Polstra on Fri, 08 Aug 1997 09:03:27 -0700) 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 * The same thing happened to me last night. I didn't have time to * analyze it, so I just did an "rm -rf /usr/obj/*" and tried again. * It worked fine after that. * * This was my first make world on that machine since Satoshi's * restructuring of the Makefile. It's quite possible that there is something that confuses the compilation/installation in usr.bin/make. I thought the first "clean" and "cleandepend" in === 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 === will delete anything that's left behind but I haven't tried building world on a system with an old (i.e., pre-newworldpatch) /usr/obj so I could very well be wrong. Satoshi