From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1c7ffd0f344f107b5426db05709faa7f@quanstro.net> To: 9fans@9fans.net From: erik quanstrom Date: Tue, 22 Jul 2008 16:40:18 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Building new kernel. Topicbox-Message-UUID: ee36e050-ead3-11e9-9d60-3106f5b1d025 > Erik, it already exists and has the same MD5 checksum than the one in > sources. i'm fresh out of ideas, then. what i know is a) it build just fine on my system, but i don't use pull. b) if for some xyzw mk requires xyzw.8 and there's no xyzw.$x so that there's a mk rule like so "%.8: %.$x", i get the following error message ; mk xyzw.8 mk: no recipe to make 'xyzw.8' in directory /sys/src/9/pc since i know there's a rule "%.8: %.c", there must be some reason that mk thinks that pptp.c doesn't exist. i have no idea what that would be. mode bits? you might want to fiddle around with mk -de pptp.8 - erik