mirror of git://sourceware.org/git/glibc.git
Install bits/stdio_lim.h in install-headers.
This commit is contained in:
parent
90ad551f73
commit
4962050e97
|
@ -1,3 +1,10 @@
|
||||||
|
2012-03-09 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* Makerules ($(inst_includedir)/%.h): New rule.
|
||||||
|
* stdio-common/Makefile (headers): Add bits/stdio_lim.h.
|
||||||
|
(install-others): Remove variable setting.
|
||||||
|
($(inst_includedir)/bits/stdio_lim.h): Remove rule.
|
||||||
|
|
||||||
2012-03-08 Richard Henderson <rth@twiddle.net>
|
2012-03-08 Richard Henderson <rth@twiddle.net>
|
||||||
|
|
||||||
* sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
|
* sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 1991-2010, 2011 Free Software Foundation, Inc.
|
# Copyright (C) 1991-2012 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -1068,6 +1068,8 @@ ifdef headers
|
||||||
# headers in the sysdeps tree.
|
# headers in the sysdeps tree.
|
||||||
$(inst_includedir)/%.h: $(objpfx)%.h $(+force)
|
$(inst_includedir)/%.h: $(objpfx)%.h $(+force)
|
||||||
$(do-install)
|
$(do-install)
|
||||||
|
$(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
|
||||||
|
$(do-install)
|
||||||
$(inst_includedir)/%.h: %.h $(+force)
|
$(inst_includedir)/%.h: %.h $(+force)
|
||||||
$(do-install)
|
$(do-install)
|
||||||
$(inst_includedir)/%.h: $(..)include/%.h $(+force)
|
$(inst_includedir)/%.h: $(..)include/%.h $(+force)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
subdir := stdio-common
|
subdir := stdio-common
|
||||||
|
|
||||||
headers := stdio_ext.h printf.h bits/printf-ldbl.h
|
headers := stdio_ext.h printf.h bits/printf-ldbl.h bits/stdio_lim.h
|
||||||
|
|
||||||
routines := \
|
routines := \
|
||||||
ctermid cuserid \
|
ctermid cuserid \
|
||||||
|
@ -39,8 +39,6 @@ routines := \
|
||||||
isoc99_vsscanf \
|
isoc99_vsscanf \
|
||||||
psiginfo
|
psiginfo
|
||||||
|
|
||||||
install-others = $(inst_includedir)/bits/stdio_lim.h
|
|
||||||
|
|
||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
|
|
||||||
aux := errlist siglist printf-parsemb printf-parsewc fxprintf
|
aux := errlist siglist printf-parsemb printf-parsewc fxprintf
|
||||||
|
@ -64,9 +62,6 @@ test-srcs = tst-unbputc tst-printf
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h $(+force)
|
|
||||||
$(do-install)
|
|
||||||
|
|
||||||
ifeq ($(cross-compiling),no)
|
ifeq ($(cross-compiling),no)
|
||||||
.PHONY: do-tst-unbputc do-tst-printf
|
.PHONY: do-tst-unbputc do-tst-printf
|
||||||
tests: do-tst-unbputc do-tst-printf
|
tests: do-tst-unbputc do-tst-printf
|
||||||
|
|
Loading…
Reference in New Issue