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 roland/nacl-port/master updated. 7ec05c6fe1d4ae8daa58fbbfa98547e082153803


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, roland/nacl-port/master has been updated
       via  7ec05c6fe1d4ae8daa58fbbfa98547e082153803 (commit)
      from  2579fa35e253c93a6352a125ad2706d4e51bd600 (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=7ec05c6fe1d4ae8daa58fbbfa98547e082153803

commit 7ec05c6fe1d4ae8daa58fbbfa98547e082153803
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Apr 1 11:45:25 2014 -0700

    mman-linux.h no longer copied

diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile
index dd81215..5f6034a 100644
--- a/sysdeps/nacl/Makefile
+++ b/sysdeps/nacl/Makefile
@@ -84,17 +84,6 @@ $(nacl-optional-interfaces:%=$(nacl-interface-pattern)): \
 sysdep_routines += nacl_interface_query \
 		   nacl-interfaces $(nacl-interface-routines)
 
-# The Linux bits are close enough for NaCl and we want to use the existing
-# file rather than copying it into sysdeps/nacl and letting it bit rot.
-# But we certainly don't want sysdeps/unix/sysv/linux in our sysdirs list!
-# So copy the file to the build directory.
-sysdep_headers += bits/mman-linux.h
-before-compile += $(common-objpfx)bits/mman-linux.h
-$(common-objpfx)bits/mman-linux.h: \
-  $(..)sysdeps/unix/sysv/linux/bits/mman-linux.h
-	$(make-target-directory)
-	ln -f $< $@ || cp -f $< $@
-
 # XXX temp test
 others += hello hellow
 others-static += hello

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

Summary of changes:
 sysdeps/nacl/Makefile |   11 -----------
 1 files changed, 0 insertions(+), 11 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]