Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 1997 03:24:00 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        root@acromail.ml.org
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Why is the stable tree not make worlding?
Message-ID:  <199708081024.DAA15117@silvia.HIP.Berkeley.EDU>
In-Reply-To: <Pine.BSF.3.96.970807221548.941C-100000@acromail.ml.org> (message from 0000-Administrator on Thu, 7 Aug 1997 22:17:28 -0700 (PDT))

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



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