From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 19 17:00:14 2007 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 C1F2E16A419 for ; Fri, 19 Oct 2007 17:00:14 +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 9174713C43E for ; Fri, 19 Oct 2007 17:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9JH0EDb057702 for ; Fri, 19 Oct 2007 17:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9JH0EV8057701; Fri, 19 Oct 2007 17:00:14 GMT (envelope-from gnats) Date: Fri, 19 Oct 2007 17:00:14 GMT Message-Id: <200710191700.l9JH0EV8057701@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Scot Hetzel" Cc: Subject: Re: bin/117191: [patch] OptionalObsoleteFiles.inc - Add files to remove when WITHOUT_LIB32 is defined X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 17:00:14 -0000 The following reply was made to PR bin/117191; it has been noted by GNATS. From: "Scot Hetzel" To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: bin/117191: [patch] OptionalObsoleteFiles.inc - Add files to remove when WITHOUT_LIB32 is defined Date: Fri, 19 Oct 2007 11:58:23 -0500 The patch doesn't remove the '#" before the .if and .endif statements. Remove these before committing. Otherwise it will always remove the LIB32 files. Scot