Re: [9fans] maintaining p9p

2011-01-22 Thread Rudolf Sykora
> cd $PLAN9/src > 9 mk all && 9 mk install I'll try this. Thanks Ruda

Re: [9fans] maintaining p9p

2011-01-22 Thread Jacob Todd
Setting NPROC to a reasonable number with cause mk to build n targets at once. I set NPROC to 8 (the number of threads my cpu has) and p9p rebuilds in less than 5 minutes.

Re: [9fans] maintaining p9p

2011-01-22 Thread Bakul Shah
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 '

Re: [9fans] maintaining p9p

2011-01-22 Thread Devon H. O'Dell
2011/1/22 Rudolf Sykora : > Hello, > > seems I really don't understand much presently. > > The p9p install(1) says: > > Once the system is built for the first time, it can be maintained and > rebuilt using mk(1). To rebuild individual commands or libraries, run > mk install and mk clean in the

[9fans] maintaining p9p

2011-01-22 Thread Rudolf Sykora
Hello, seems I really don't understand much presently. The p9p install(1) says: Once the system is built for the first time, it can be maintained and rebuilt using mk(1). To rebuild individual commands or libraries, run mk install and mk clean in the appropriate source directory (see src(1))