svn commit: r286995 - head/share/mk

Garrett Cooper yaneurabeya at gmail.com
Wed Sep 23 18:41:05 UTC 2015


> On Sep 23, 2015, at 11:20, Bryan Drewery <bdrewery at FreeBSD.org> wrote:

...

>> NOTE: wipe out /usr/tests before running installworld to ensure the files that are present there aren't from previous runs
>> 
>> cd /usr/tests
>> kyua test
> 
> I am comparing full objtree and destdir from before/after the change,
> including a 'make clean' comparison. There's no room for missing anything.

make install[world] is where I and others have run into failures in the past. Please be sure to test this out.

If you move /usr/tests off to another directory, you could run diff -Narq as well (which will be faster than kyua test as far as finding potential issues are concerned with missing files).


More information about the svn-src-all mailing list