Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 1997 13:11:33 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jdp@polstra.com
Cc:        stable@freebsd.org
Subject:   Re: Why is the stable tree not make worlding?
Message-ID:  <199708082011.NAA20173@vader.cs.berkeley.edu>
In-Reply-To: <199708081603.JAA00660@austin.polstra.com> (message from John Polstra on Fri, 08 Aug 1997 09:03:27 -0700)

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708082011.NAA20173>