From owner-freebsd-current Wed Jun 26 23:33:01 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA04951 for current-outgoing; Wed, 26 Jun 1996 23:33:01 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA04945 for ; Wed, 26 Jun 1996 23:32:58 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id XAA00544; Wed, 26 Jun 1996 23:31:47 -0700 (PDT) To: Ernie Elu cc: freebsd-current@freebsd.org Subject: Re: Make world stopped In-reply-to: Your message of "Thu, 27 Jun 1996 12:56:57 +1000." <199606270256.MAA13771@spooky.eis.net.au> Date: Wed, 26 Jun 1996 23:31:47 -0700 Message-ID: <542.835857107@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Did you heed my advice about bootstrapping make? If you run -current and don't subscribe to this list, then you should not run -current. Jordan > I haven > t doen a make world since May the 28th. and now it seems to be slightly > broken after SUPing the latest changes. > > It is failing on cleandist with the following: > > -------------------------------------------------------------- > Cleaning up the source tree, and rebuilding the obj tree > -------------------------------------------------------------- > cd /usr/src && make cleandir > ===> include > usage: rm [-f | -i] [-dPRr] file ... > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > > Can anyone tell me how to catch up and get back in sync? > > - Ernie.