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-659-g4e87147


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  4e87147f3445cc6d6b568e6f8b0b4b8f833b314e (commit)
      from  8b748aed2a9ab4b964faa5722f7a182a060e475c (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=4e87147f3445cc6d6b568e6f8b0b4b8f833b314e

commit 4e87147f3445cc6d6b568e6f8b0b4b8f833b314e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 9 23:01:03 2012 +0000

    Remove $(format-me) and fix indentation.

diff --git a/ChangeLog b/ChangeLog
index 011e854..1914a03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
 
+	* Makefile (format-me): Remove.
+	(INSTALL): Adjust indentation.  Use commands directly instead of
+	using $(format-me).
+
 	* aclocal.m4 (ACX_PKGVERSION): New macro.
 	(ACX_BUGURL): Likewise.
 	* configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
diff --git a/Makefile b/Makefile
index 78aaeb4..6c1e392 100644
--- a/Makefile
+++ b/Makefile
@@ -397,15 +397,11 @@ dist: dist-prepare
 	fi
 endif
 
-define format-me
-@rm -f $@
-makeinfo --no-validate --plaintext --no-number-sections \
-	-I$(common-objpfx)manual $< -o $@
--chmod a-w $@
-endef
 INSTALL: manual/install.texi manual/macros.texi \
-	$(common-objpfx)manual/pkgvers.texi
-	$(format-me)
+	 $(common-objpfx)manual/pkgvers.texi
+	makeinfo --no-validate --plaintext --no-number-sections \
+		 -I$(common-objpfx)manual $< -o $@
+	-chmod a-w $@
 $(common-objpfx)manual/%: FORCE
 	$(MAKE) $(PARALLELMFLAGS) -C manual $@
 FORCE:

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

Summary of changes:
 ChangeLog |    4 ++++
 Makefile  |   12 ++++--------
 2 files changed, 8 insertions(+), 8 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]