I have a local cvs repo and after checking src into a completely fresh /usr/src I get: flosoft# make buildworld find: /usr/src/sys/sys/param.h: No such file or directory "Makefile", line 217: warning: "find /usr/src/sys/sys/param.h -mtime -0s" returned non-zero status find: /usr/src/sys/sys/param.h: No such file or directory "Makefile", line 217: warning: "find /usr/src/sys/sys/param.h -mtime -0s" returned non-zero status
Just a quick note the repo was synced about 15 mins before this On Fri, Oct 7, 2011 at 2:34 PM, Aryeh Friedman <aryeh.friedman@gmail.com>wrote:> I have a local cvs repo and after checking src into a completely fresh > /usr/src I get: > > flosoft# make buildworld > find: /usr/src/sys/sys/param.h: No such file or directory > "Makefile", line 217: warning: "find /usr/src/sys/sys/param.h -mtime -0s" > returned non-zero status > find: /usr/src/sys/sys/param.h: No such file or directory > "Makefile", line 217: warning: "find /usr/src/sys/sys/param.h -mtime -0s" > returned non-zero status > >
On 8 October 2011 02:34, Aryeh Friedman <aryeh.friedman@gmail.com> wrote:> I have a local cvs repo and after checking src into a completely fresh > /usr/src I get:Please re-run csup a couple times and see if it picks up missing files. Adrian