Re: another Make (maybe) problem

From: Robert Huff <roberthuff_at_rcn.com>
Date: Sun, 06 Apr 2014 12:51:19 -0400
	I have new information.
	The previous problem occurs when I run this script:

#! /bin/sh
set -x
cd /usr/src
if [ -f buildworld.log ]
     then rm buildworld.log
fi
rm -rf /usr/obj
cp -p /usr/src/sys/amd64/conf/JERUSALEM /root
make  cleandir
date > ./buildworld.time
make -d l buildworld > ./buildworld.log 2>&1

	(Which has worked for years.)
	_However_ if

root>> cd /usr/src/rescue
root>> make clean
root>> make obj
root>> make

	I get the this:

http://users.rcn.com/roberthuff/rescue_log.txt

	Questions:
	1) does this mean building rescue (both dynamic and static) succeeded? 
  It looks like it, but ....
	2) if so - why does the automated version fail while the manual one 
succeed?
	3) Assuming:
		a) all previous steps of "make buildworld" succeeded
		b) I have run "make", but not "make install" in
			/usr/src/rescue
		can I re-run "make buildworld" in /usr/src and have it Do The Right 
Thing? (Independent errors notwithstanding.)

	Respectfully,


			Robert Huff
Received on Sun Apr 06 2014 - 14:52:04 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:48 UTC