This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-641-g029c7b2


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  029c7b2599263f5a59c742f3c4970c5934fa5b96 (commit)
      from  7011c2622fe3e10a29dbe74f06aaebd07710127d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=029c7b2599263f5a59c742f3c4970c5934fa5b96

commit 029c7b2599263f5a59c742f3c4970c5934fa5b96
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Dec 17 18:11:48 2013 +0000

    Remove libbsd-compat dummy library.

diff --git a/ChangeLog b/ChangeLog
index a035dc9..e544091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
 
+	* misc/Makefile (install-lib): Remove libbsd-compat.a.
+	($(objpfx)libbsd-compat.a): Remove rule.
+
 	* include/features.h (__FAVOR_BSD): Do not define.
 	* manual/creature.texi (_BSD_SOURCE): Do not document as enabling
 	features conflicting with POSIX.
diff --git a/NEWS b/NEWS
index 32c8f08..9964445 100644
--- a/NEWS
+++ b/NEWS
@@ -102,7 +102,8 @@ Version 2.19
 * Support for STT_GNU_IFUNC symbols added for ppc32/power4+ and ppc64.
 
 * The _BSD_SOURCE feature test macro no longer enables BSD interfaces that
-  conflict with POSIX.
+  conflict with POSIX.  The libbsd-compat library (which was a dummy library
+  that did nothing) has also been removed.
 
 Version 2.18
 
diff --git a/misc/Makefile b/misc/Makefile
index 5df70e6..3b15fb5 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -72,7 +72,7 @@ generated := tst-error1.mtrace tst-error1-mem
 include ../Makeconfig
 
 aux := init-misc
-install-lib := libbsd-compat.a libg.a
+install-lib := libg.a
 gpl2lgpl := error.c error.h
 
 tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \
@@ -100,7 +100,6 @@ CFLAGS-tst-tsearch.c = $(stack-align-test-flags)
 
 include ../Rules
 
-$(objpfx)libbsd-compat.a: $(dep-dummy-lib); $(make-dummy-lib)
 $(objpfx)libg.a: $(dep-dummy-lib); $(make-dummy-lib)
 
 ifeq ($(build-shared),yes)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    3 +++
 NEWS          |    3 ++-
 misc/Makefile |    3 +--
 3 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]