From owner-freebsd-stable@FreeBSD.ORG Sun Oct 28 07:03:26 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51DE816A421 for ; Sun, 28 Oct 2007 07:03:26 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id A183313C4C4 for ; Sun, 28 Oct 2007 07:03:25 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 28 Oct 2007 07:03:23 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp003) with SMTP; 28 Oct 2007 08:03:23 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/H3mEvlmnHipIPII32jIiAXix2KE/EB2TbP8nAJ2 gcQd5OBgUqGGMw Message-ID: <47243431.3020203@gmx.de> Date: Sun, 28 Oct 2007 08:03:13 +0100 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071015) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: make delete-old broken with -j X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 07:03:26 -0000 The make delete-old target is broken with the -j parameter. It just prints the questions, without waiting for user feedback. I know this is not important, but I wanted to mention it: # make delete-old >>> Removing old files (only deletes safe to delete libs) >>> Removing old directories >>> Old directories removed remove /usr/lib/libmytinfow.a? remove /usr/lib/libmytinfow.so? To remove old libraries run '/usr/obj/TPR40-7/i386/usr/src/make.i386/make delete-old-libs'. It's a tad inconvenient because my make.conf contains the following: .if ${.CURDIR:M/usr/src} || ${.CURDIR:M/usr/src/*} .MAKEFLAGS: -j 4 .endif