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.23-105-gc775104


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  c775104ac6c36d010570811c1e038ac92094e5e5 (commit)
      from  fe43d0f464fa97f0cb4c08f3303f6a7aadd638f9 (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=c775104ac6c36d010570811c1e038ac92094e5e5

commit c775104ac6c36d010570811c1e038ac92094e5e5
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 20 19:50:58 2016 +0100

    Fix mach-syscalls.mk build
    
    	* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.

diff --git a/ChangeLog b/ChangeLog
index ce46c6b..e1ec8e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Strip
 	"-include $(common-objpfx)libc-modules.h" from CPPFLAGS, and do not
 	depend on libc-modules.h,
+	* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
 
 2016-03-17  Joseph Myers  <joseph@codesourcery.com>
 
diff --git a/mach/Makefile b/mach/Makefile
index 2a695a5..c58d235 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -61,7 +61,7 @@ mach-machine = $(patsubst powerpc,ppc,$(base-machine))
 ifndef inhibit_mach_syscalls
 -include $(objpfx)mach-syscalls.mk
 endif
-$(objpfx)mach-syscalls.mk: syscalls.awk Makefile
+$(objpfx)mach-syscalls.mk: syscalls.awk Makefile libc-modules.h
 # Go kludges!!!
 	$(make-target-directory)
 # We must use $(CFLAGS) to get -O flags that affect #if's in header files.

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

Summary of changes:
 ChangeLog     |    1 +
 mach/Makefile |    2 +-
 2 files changed, 2 insertions(+), 1 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]