From owner-freebsd-current Thu May 16 11:48:43 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA23709 for current-outgoing; Thu, 16 May 1996 11:48:43 -0700 (PDT) Received: from math.psu.edu (root@leibniz.math.psu.edu [146.186.130.2]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA23703 for ; Thu, 16 May 1996 11:48:41 -0700 (PDT) Received: from hausdorff.math.psu.edu (cross@hausdorff.math.psu.edu [146.186.132.5]) by math.psu.edu (8.7.5/8.7.3) with ESMTP id OAA29913 for ; Thu, 16 May 1996 14:48:26 -0400 (EDT) From: Dan Cross Received: (from cross@localhost) by hausdorff.math.psu.edu (8.7.5/8.7.3) id OAA22617 for current@freebsd.org; Thu, 16 May 1996 14:48:25 -0400 (EDT) Date: Thu, 16 May 1996 14:48:25 -0400 (EDT) Message-Id: <199605161848.OAA22617@hausdorff.math.psu.edu> To: current@freebsd.org Subject: Strange make failure? Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doing a make world for the last few days seems to fail horribly: : big-o; runas make world -------------------------------------------------------------- Making hierarchy -------------------------------------------------------------- cd /usr/src/etc && make distrib-dirs [...] find . -name obj | xargs rm -rf make cleandir make: don't know how to make cleandir. Stop *** Error code 2 Stop. : big-o; I haven't seen anyone else point this out, however, so I must be doing something wrong. :-) Can anyone point me in the right direction? btw- doing a make -DNOCLEANDIR world only dies later on with a make depend somewhere. The machine in question is a 486/33 with 8 megs of RAM and a gig IDE disk (the only thing that I could find)... Looking at the Makefile in /usr/src reveals that there is no target for cleandir:. I tried deleting the Makefile and re-supping, but no go. :-( Any and all help is greatly appreciated for a -current neophyte. :-) If I'm doing something really stupid, then please don't flame me too hard. :-) - Dan C.