From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17123 invoked by alias); 22 Sep 2002 16:45:58 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 17107 invoked from network); 22 Sep 2002 16:45:57 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 22 Sep 2002 16:45:57 -0000 Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id 78B4214506 for ; Sun, 22 Sep 2002 18:45:56 +0200 (MEST) X-Authentication-Warning: sykes.suse.de: schwab set sender to schwab@suse.de using -f To: libc-hacker@sources.redhat.com Subject: cppflags-iterator.mk X-Yow: I just forgot my whole philosophy of life!!! From: Andreas Schwab Date: Sun, 22 Sep 2002 09:45:00 -0000 Message-ID: User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (ia64-suse-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-09/txt/msg00054.txt.bz2 This fixes cppflags-iterator.mk to not overwrite previous settings of CPPFLAGS-foo.c, like those in math/Makefile. 2002-09-22 Andreas Schwab * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite. --- cppflags-iterator.mk.~1.4.~ 2002-09-12 10:38:00.000000000 +0200 +++ cppflags-iterator.mk 2002-09-22 18:39:25.000000000 +0200 @@ -4,4 +4,4 @@ cpp-src := $(firstword $(cpp-srcs-left)) cpp-srcs-left := $(filter-out $(cpp-src),$(cpp-srcs-left)) -CPPFLAGS-$(cpp-src) = -DNOT_IN_libc -DIS_IN_$(lib) +CPPFLAGS-$(cpp-src) += -DNOT_IN_libc -DIS_IN_$(lib) Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."