about summary refs log tree commit diff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-14 16:38:49 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-14 16:38:49 +0000
commit14eb5d5d3417d7c7f38b34270713d4969e0f4111 (patch)
treea94dcfa4e566dfa9a1e552eb8e3a56ea58fc00bb /stdio-common
parent1ffaaca2a33e068501a14c4b635c0948cdba79e0 (diff)
downloadglibc-14eb5d5d3417d7c7f38b34270713d4969e0f4111.tar.gz
glibc-14eb5d5d3417d7c7f38b34270713d4969e0f4111.tar.xz
glibc-14eb5d5d3417d7c7f38b34270713d4969e0f4111.zip
Update.
1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
	(install-others): Add bits/stdio_lim.h.
	Add rule to install bits/stdio_lim.h.

	* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.

	* Makefile (distribute): Add include/sys/mman.h.

	* sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
	* sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
	* sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 183f140661..b8f1418f73 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -21,7 +21,7 @@
 #
 subdir	:= stdio-common
 
-headers	:= bits/stdio_lim.h printf.h
+headers	:= printf.h
 
 routines	:=							      \
 	ctermid cuserid							      \
@@ -36,6 +36,8 @@ routines	:=							      \
 	remove rename							      \
 	lockfile
 
+install-others := $(inst_includedir)/bits/stdio_lim.h
+
 aux	:= errlist siglist
 distribute := _itoa.h printf-parse.h stdio_lim.h.in
 
@@ -56,6 +58,12 @@ CFLAGS-scanf4.c = -Wno-format
 CFLAGS-scanf7.c = -Wno-format
 CFLAGS-tst-printfsz.c = -Wno-format
 
+$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h
+	$(make-target-directory)
+	if test -r $@ && cmp -s $< $@; \
+	then echo 'gnu/lib-names.h unchanged'; \
+	else $(INSTALL_DATA) $< $@; fi
+
 ifeq ($(stdio),libio)
 ifneq (,$(filter %REENTRANT, $(defines)))
 CPPFLAGS += -D_IO_MTSAFE_IO