From owner-cvs-src@FreeBSD.ORG Wed Aug 4 10:14:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E76E16A4CE; Wed, 4 Aug 2004 10:14:22 +0000 (GMT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B4E743D4C; Wed, 4 Aug 2004 10:14:21 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd08.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1BsImq-0001kS-01; Wed, 04 Aug 2004 12:14:20 +0200 Received: from Andro-Beta.Leidinger.net (G5W88qZLYeqE77fWwm8yk33yViFfPCK4xn0tT2RE1PSDVwnZc0L3YI@[84.128.198.46]) by fmrl08.sul.t-online.com with esmtp id 1BsImg-1kFDdI0; Wed, 4 Aug 2004 12:14:10 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i74AEDhA088874; Wed, 4 Aug 2004 12:14:13 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Wed, 4 Aug 2004 12:14:52 +0200 From: Alexander Leidinger To: Hartmut Brandt Message-Id: <20040804121452.51ca6d98@Magellan.Leidinger.net> In-Reply-To: <200408031856.i73IuV8c082723@repoman.freebsd.org> References: <200408031856.i73IuV8c082723@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: G5W88qZLYeqE77fWwm8yk33yViFfPCK4xn0tT2RE1PSDVwnZc0L3YI@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/make Makefile main.c nonints.h var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 10:14:22 -0000 On Tue, 3 Aug 2004 18:56:31 +0000 (UTC) Hartmut Brandt wrote: > harti 2004-08-03 18:56:31 UTC > > FreeBSD src repository > > Modified files: > usr.bin/make Makefile main.c nonints.h var.c > Log: > Put variable assignments from the command line into the MAKEFLAGS > variable as required by POSIX. This causes such variables to be > pushed into all sub-makes called by the make (except when the MAKEFLAGS > variable is explicitely changed in the sub-make's environment). > This makes them also mostly un-overrideable in sub-makes except on the > sub-make's command line. Therefor specifying 'make CC=icc' will cause > icc to be used as C compiler in all sub-makes no matter what the Makefiles > itself try to do to the CC variable. Yeah! Does this mean I can override the CFLAGS from make.conf now with 'make "CFLAGS=foo bar"'? Does this also apply to environment variables (CFLAGS="foo bar" make)? Bye, Alexander. -- I'm available to get hired (preferred in .lu). http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7