Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 1997 10:47:00 -0700 (PDT)
From:      0000-Administrator  <root@acromail.ml.org>
To:        Satoshi Asami <asami@cs.berkeley.edu>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Why is the stable tree not make worlding?
Message-ID:  <Pine.BSF.3.96.970808104536.1238A-100000@acromail.ml.org>
In-Reply-To: <199708081024.DAA15117@silvia.HIP.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help


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
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970808104536.1238A-100000>