From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 5 12:00:18 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6FFB16A47F for ; Thu, 5 Jul 2007 12:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 99FFA13C4B0 for ; Thu, 5 Jul 2007 12:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l65C0IMc075194 for ; Thu, 5 Jul 2007 12:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l65C0IgO075190; Thu, 5 Jul 2007 12:00:18 GMT (envelope-from gnats) Date: Thu, 5 Jul 2007 12:00:18 GMT Message-Id: <200707051200.l65C0IgO075190@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin Cc: Subject: Re: bin/114082: [make.conf] default CFLAGS have a blank at the end X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2007 12:00:19 -0000 The following reply was made to PR bin/114082; it has been noted by GNATS. From: Mikhail Teterin To: "Andrew Pantyukhin" Cc: bug-followup@freebsd.org Subject: Re: bin/114082: [make.conf] default CFLAGS have a blank at the end Date: Thu, 5 Jul 2007 07:52:23 -0400 On четвер 05 липень 2007, Andrew Pantyukhin wrote: = So instead of trying to fix this, can we ask why = this is a problem at all? It is a probable sign of a rot somewhere inside make :( Such blanks are supposed to be stripped -- and usually are. If they aren't, there may be an off-by-one error somewhere... And, of course, it freaks out certain silly configure scripts (see devel/gdb6's Makefile for a work-around). -mi