From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Sat, 22 Jan 2011 17:10:11 +0100." References: From: Bakul Shah Date: Sat, 22 Jan 2011 08:26:53 -0800 Message-Id: <20110122162653.F32D55B99@mail.bitblocks.com> Subject: Re: [9fans] maintaining p9p Topicbox-Message-UUID: a01f87b6-ead6-11e9-9d60-3106f5b1d025 On Sat, 22 Jan 2011 17:10:11 +0100 Rudolf Sykora wrote: > > I use hg. So from time to time I do 'hg pull -u'. Now, it seems to be > always safe to run ./INSTALL from the top directory. This, however, > seems to build everything over again, probably unnecessarily. I > thought I'd call sth like 'mk install' from the top directory to build > only new/changed stuff. However there is no mkfile there. How should I > understand the cited? cd $PLAN9/src 9 mk all && 9 mk install