From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4703fd776285de42f5964faac182c812@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] acid library files From: "rob pike, esq." MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sat, 20 Jul 2002 13:44:05 -0400 Topicbox-Message-UUID: d33970f0-eaca-11e9-9e20-41e7f4b1d025 > Hello 9fans, > > A couple of acid library files are missing in the distribution. > > Is it correct to do > > term% 8c -FVw -a sched.c >sched.acid > > to create these files? > > - kazumi There is a default .acid rule defined in the mkfile templates, so you could say mk pool.acid or mk sched.acid The mkfile in /sys/src/libthread will build sched.acid automatically. -rob