From owner-freebsd-bugs@FreeBSD.ORG Tue May 27 14:00:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65C891065684 for ; Tue, 27 May 2008 14:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 567AF8FC19 for ; Tue, 27 May 2008 14:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4RE04Cc020544 for ; Tue, 27 May 2008 14:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4RE045N020543; Tue, 27 May 2008 14:00:04 GMT (envelope-from gnats) Date: Tue, 27 May 2008 14:00:04 GMT Message-Id: <200805271400.m4RE045N020543@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: misc/124028: 'cd .../usr.bin && make clean' fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 14:00:04 -0000 The following reply was made to PR misc/124028; it has been noted by GNATS. From: Kris Kennaway To: Garrett Cooper Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/124028: 'cd .../usr.bin && make clean' fails Date: Tue, 27 May 2008 15:50:29 +0200 Garrett Cooper wrote: > I've continually resynced my tree via cvs(1) and I'm coming across the following issue: > > [root@optimus /devel/ncvs/src/usr.bin]# make -d v -d f clean 2>&1 | grep MK_INSTALLLIB > "Makefile", line 9: Malformed conditional (${MK_INSTALLLIB} != "no") > [root@optimus /devel/ncvs/src/usr.bin]# pwd > /devel/ncvs/src/usr.bin Again, I am unable to reproduce: # make -d v -d f clean 2>&1 | grep "Malformed" # pwd /usr/src/usr.bin > By the way, usr.bin/tip is busted in HEAD. Please explain what you mean by "busted". I think the explanation for both of your problems is likely to be that your cvs tree is not, in fact, synchronized. Kris