> I'm having the same exact issue with a July 19th iso.
>
>>> this would be expected due to the pull which sets the mtimes of
>>> new files to be older than the .8s. try "mk clean" before proceeding.
>> So, now in /sys/src I do
>> mk clean ok,
>> mk all fails with
>> mk ip
>> 8c -FTVv 6in4.c
>> mk: no recipe to make 'pptpd.8' in directory /sys/src/cmd/ip
>
> I'm getting the same error after a pull. Any thoughts?
does /sys/src/cmd/ip/pptpd.c exist? if not, there must be an
error in the pull database on sources. you can copy it
by hand with
9fs sources && cp -x /n/sources/plan9/sys/src/cmd/ip/pptpd.c
/sys/src/cmd/ip/
- erik