Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Apr 2014 12:51:19 -0400
From:      Robert Huff <roberthuff@rcn.com>
To:        current@freebsd.org
Cc:        Warner Losh <wlosh@bsdimp.com>
Subject:   Re: another Make (maybe) problem
Message-ID:  <53418607.80309@rcn.com>
In-Reply-To: <533D9E0B.3000605@rcn.com>
References:  <533D6947.9000203@rcn.com> <533D9E0B.3000605@rcn.com>

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






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