From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 739 invoked by alias); 26 Sep 2004 21:03:50 -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 720 invoked from network); 26 Sep 2004 21:03:49 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 26 Sep 2004 21:03:49 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 6AC1DC7B4D9 for ; Sun, 26 Sep 2004 23:03:48 +0200 (CEST) To: libc-hacker@sources.redhat.com Subject: Fix install-headers to install From: Andreas Schwab X-Yow: I just got my PRINCE bumper sticker.. But now I can't remember WHO he is... Date: Sun, 26 Sep 2004 21:03:00 -0000 Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2004-09/txt/msg00101.txt.bz2 Running make install-headers should also install , this is needed when bootstrapping the toolchain. Andreas. 2004-09-26 Andreas Schwab * stdio-common/Makefile (headers): Add bits/stdio_lim.h. (install-others): Don't define. ($(inst_includedir)/bits/stdio_lim.h): Remove rule. Index: stdio-common/Makefile =================================================================== RCS file: /cvs/glibc/libc/stdio-common/Makefile,v retrieving revision 1.90 diff -u -p -a -u -p -a -r1.90 stdio-common/Makefile --- stdio-common/Makefile 10 Aug 2004 18:01:29 -0000 1.90 +++ stdio-common/Makefile 26 Sep 2004 19:54:08 -0000 @@ -21,7 +21,7 @@ # subdir := stdio-common -headers := printf.h stdio_ext.h +headers := printf.h stdio_ext.h bits/stdio_lim.h routines := \ ctermid cuserid \ @@ -36,8 +36,6 @@ routines := \ remove rename \ flockfile ftrylockfile funlockfile -install-others = $(inst_includedir)/bits/stdio_lim.h - include ../Makeconfig aux := errlist siglist printf-parsemb printf-parsewc @@ -59,9 +57,6 @@ test-srcs = tst-unbputc tst-printf include ../Rules -$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h $(+force) - $(do-install) - ifeq ($(cross-compiling),no) .PHONY: do-tst-unbputc do-tst-printf tests: do-tst-unbputc do-tst-printf -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."