Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 1996 20:51:46 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        gmarco@masternet.it, phk@critter.tfs.com
Cc:        current@FreeBSD.org
Subject:   Re: Some misc questions
Message-ID:  <199605111051.UAA23329@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> ===> lib/libkvm
>> make: don't know how to make /usr/include/machine/pte.h. Stop
>> *** Error code 2
>> 
>Do 
>	cd /usr/src
>	make cleandir
>	make obj
>	make depend

This wastes a lot of machine time.  Removing the one or two .depend
files that have pte.h in them is sufficient.

	cd /usr/src
	make depend
	make
		# wait for it to fall over
		# fix problem: rm lib/libkvm/obj/.depend
	make
		# wait for it to fall over
		# fix problem: ...
	make 
	...

Bruce



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