From owner-freebsd-bugs@FreeBSD.ORG Mon Aug 16 17:50:05 2010 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 8E9411065674 for ; Mon, 16 Aug 2010 17:50:05 +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 654518FC1F for ; Mon, 16 Aug 2010 17:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7GHo53B055017 for ; Mon, 16 Aug 2010 17:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7GHo5ld055010; Mon, 16 Aug 2010 17:50:05 GMT (envelope-from gnats) Date: Mon, 16 Aug 2010 17:50:05 GMT Message-Id: <201008161750.o7GHo5ld055010@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexander Best 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: Alexander Best List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2010 17:50:05 -0000 The following reply was made to PR bin/114082; it has been noted by GNATS. From: Alexander Best To: bug-followup@freebsd.org Cc: Subject: Re: bin/114082: [make.conf] default CFLAGS have a blank at the end Date: Mon, 16 Aug 2010 17:46:28 +0000 the reason for this is that CFLAGS = -O2 -pipe ${_CPUCFLAGS} and ${_CPUCFLAGS} is empty if CPUTYPE hasn't been set (which it isn't with an empty or non-existing make.conf). to verify simply do a `make -dA -VCFLAGS` with an empty or non existing /etc/make.conf. this "problem" still exists in HEAD as of 16 Aug 2010. cheers. alex -- a13x