On Sat, 22 Jan 2011 17:10:11 +0100 Rudolf Sykora <rudolf.syk...@gmail.com> 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