[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r10150 - in /trunk/libc: ChangeLog.eglibc manual/Makefile
- To: commits@xxxxxxxxxx
- Subject: [commits] r10150 - in /trunk/libc: ChangeLog.eglibc manual/Makefile
- From: joseph@xxxxxxxxxx
- Date: Wed, 31 Mar 2010 19:12:27 -0000
Author: joseph
Date: Wed Mar 31 12:12:26 2010
New Revision: 10150
Log:
* manual/Makefile (stamp-pkgvers): Substitute @@ for @ in
REPORT_BUGS_TO.
Modified:
trunk/libc/ChangeLog.eglibc
trunk/libc/manual/Makefile
Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Wed Mar 31 12:12:26 2010
@@ -1,3 +1,8 @@
+2010-03-31 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * manual/Makefile (stamp-pkgvers): Substitute @@ for @ in
+ REPORT_BUGS_TO.
+
2010-03-28 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* csu/Makefile: Include option-groups.mak.
Modified: trunk/libc/manual/Makefile
==============================================================================
--- trunk/libc/manual/Makefile (original)
+++ trunk/libc/manual/Makefile Wed Mar 31 12:12:26 2010
@@ -115,7 +115,8 @@
pkgvers.texi: stamp-pkgvers
stamp-pkgvers:
echo "@set PKGVERSION $(PKGVERSION)" > pkgvers-tmp
- echo "@set REPORT_BUGS_TO $(REPORT_BUGS_TO)" >> pkgvers-tmp
+ echo "@set REPORT_BUGS_TO $(REPORT_BUGS_TO)" \
+ | sed -e 's/@/@@/g' >> pkgvers-tmp
$(move-if-change) pkgvers-tmp pkgvers.texi
touch $@