Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 1998 14:46:49 -0700
From:      Warner Losh <imp@village.org>
To:        Nate Williams <nate@mt.sri.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Recompiling just kmem programs? 
Message-ID:  <199801302146.OAA29452@harmony.village.org>
In-Reply-To: Your message of "Fri, 30 Jan 1998 12:57:38 MST." <199801301957.MAA17366@mt.sri.com> 
References:  <199801301957.MAA17366@mt.sri.com>  <199801301658.JAA26173@harmony.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199801301957.MAA17366@mt.sri.com> Nate Williams writes:
: Tada, after you reboot the stuff using the shared libkvm files will be
: updated, and the static stuff is updated already.

Hmmm, no make kvm target in /usr/src/Makefile?

kvm:
	TARGS=`find . -name Makefile | xargs egrep -l "LDADD.*-lkvm" | \
		sed -s 's=/Makefile//g'`
	for i in $TARGS x; do \
		if [ x$i != xx ]; then
			cd $i && make obj && make depend && make && make install
		fo
	done

I've not tried the above target, but how would people feel about
adding something like this for when people send out the "recompile the
kvm world" messages?

Warner



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