From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 5 Oct 1995 13:35:15 -0400 From: bobf@plan9.att.com bobf@plan9.att.com Subject: mk error on NeXT Topicbox-Message-UUID: 2b84e6f2-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19951005173515.VIDFArz93cuhJwyajGPaUFaZGtMrziXs5Xhyq8tyqzI@z> > When I try to recompile the 9nextstation, I got the following error from mk: > > builtin cd ../boot ... >All the root* functions are defined in devroot.2 but it wasn't regonized for > some reason. Can anyone help me? Thanks in advance. devroot.2 is probably empty or partially built, perhaps when you interrupted an earlier build. remove it or do a 'mk clean' to force it to be recompiled. if the problem still occurs, let me know.