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.16-ports-merge-372-g6a1bf82


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  6a1bf82f9753d3425ff09d2d6f97ea574fca5919 (commit)
      from  8ad11b9a9cf1de82bd7771306b42070b91417c11 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6a1bf82f9753d3425ff09d2d6f97ea574fca5919

commit 6a1bf82f9753d3425ff09d2d6f97ea574fca5919
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Sep 25 16:21:15 2012 -0700

    Declare targets with .PHONY in Makefile.in.

diff --git a/ChangeLog b/ChangeLog
index 5acd55b..31e0d5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-25  Roland McGrath  <roland@hack.frob.com>
+
+	* Makefile.in (all, install): Declare with .PHONY.
+	Reported by Michael Hope <michael.hope@linaro.org>.
+
 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
 	* manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
diff --git a/Makefile.in b/Makefile.in
index 1f5dc1c..d73a78f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,8 @@ srcdir = @srcdir@
 # Uncomment the line below if you want to do parallel build.
 # PARALLELMFLAGS = -j 4
 
+.PHONY: all install
+
 all .DEFAULT:
 	$(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
 

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

Summary of changes:
 ChangeLog   |    5 +++++
 Makefile.in |    2 ++
 2 files changed, 7 insertions(+), 0 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]