From owner-freebsd-current Sun Sep 20 07:45:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04000 for freebsd-current-outgoing; Sun, 20 Sep 1998 07:45:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03992 for ; Sun, 20 Sep 1998 07:45:37 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from mercury (mercury [129.127.36.44]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id AAA27205 for ; Mon, 21 Sep 1998 00:15:08 +0930 (CST) Received: from localhost by mercury; (5.65v3.2/1.1.8.2/27Nov97-0404PM) id AA19921; Mon, 21 Sep 1998 00:15:07 +0930 Date: Mon, 21 Sep 1998 00:15:07 +0930 (CST) From: Kris Kennaway To: current@FreeBSD.ORG Subject: make cleandir bogons Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since the E-day changes to the top-level src makefiles, the 'cleandir' target seems to have vanished; I can do a 'make cleandir' from any of the src/* subdirectories, but not from /usr/src. Also, cleandir from the subdirectories doesnt handle the new ELF library names correctly; it does a rm lib*.so.*.* instead of lib*.so.*. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message