about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-03-26 18:28:17 +0000
committerAndreas Schwab <schwab@suse.de>1999-03-26 18:28:17 +0000
commit3c022f42db2a7fee56733f445e06227b91a657de (patch)
tree7d99b7d5a2adf50c925cd7625add06b9de0adb74
parent3a90addad18fcbb6373c3a6d18a258cdc24b88a3 (diff)
downloadglibc-3c022f42db2a7fee56733f445e06227b91a657de.tar.gz
glibc-3c022f42db2a7fee56733f445e06227b91a657de.tar.xz
glibc-3c022f42db2a7fee56733f445e06227b91a657de.zip
Updated.
1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* Makerules: Add $(common-objpfx)Versions.all to common-generated
	outside of ifndef avoid-generated.

	* libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
	in iofdopen.c.
	* libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
	iofopen.c.
	* libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
	in iofclose.c.
	* libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
	_IO_old_file_seekoff): Bring over recent changes in fileops.c.
-rw-r--r--ChangeLog14
-rw-r--r--Makerules3
2 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d75bd7b382..cb59870781 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+	* Makerules: Add $(common-objpfx)Versions.all to common-generated
+	outside of ifndef avoid-generated.
+
+	* libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
+	in iofdopen.c.
+	* libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
+	iofopen.c.
+	* libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
+	in iofclose.c.
+	* libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
+	_IO_old_file_seekoff): Bring over recent changes in fileops.c.
+
 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
 
 	* sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
diff --git a/Makerules b/Makerules
index 984a8ada15..37b14eedd5 100644
--- a/Makerules
+++ b/Makerules
@@ -269,7 +269,7 @@ ifdef sysd-dirs-done
 ifeq ($(versioning),yes)
 -include $(common-objpfx)sysd-versions
 $(addprefix $(common-objpfx),$(version-maps)): $(common-objpfx)sysd-versions
-common-generated += $(version-maps) sysd-versions
+common-generated += $(version-maps) sysd-versions $(common-objpfx)Versions.all
 
 ifndef avoid-generated
 ifneq ($(sysd-versions-subdirs),$(all-subdirs) $(config-sysdirs))
@@ -280,7 +280,6 @@ $(common-objpfx)Versions.all: $(..)Versions.def \
 			      $(wildcard $(add-ons:%=$(..)%/Versions.def))
 	cat $^ > $@T
 	mv -f $@T $@
-common-generated += $(common-objpfx)Versions.all
 $(common-objpfx)sysd-versions: $(common-objpfx)Versions.all \
 			       $(..)scripts/versions.awk \
 			       $(wildcard $(all-subdirs:%=$(..)%/Versions)) \