[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r10151 - in /branches/eglibc-2_11/libc: ChangeLog.eglibc manual/Makefile
- To: commits@xxxxxxxxxx
- Subject: [commits] r10151 - in /branches/eglibc-2_11/libc: ChangeLog.eglibc manual/Makefile
- From: joseph@xxxxxxxxxx
- Date: Wed, 31 Mar 2010 19:12:56 -0000
Author: joseph
Date: Wed Mar 31 12:12:56 2010
New Revision: 10151
Log:
* manual/Makefile (stamp-pkgvers): Substitute @@ for @ in
REPORT_BUGS_TO.
Modified:
branches/eglibc-2_11/libc/ChangeLog.eglibc
branches/eglibc-2_11/libc/manual/Makefile
Modified: branches/eglibc-2_11/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_11/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_11/libc/ChangeLog.eglibc Wed Mar 31 12:12:56 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: branches/eglibc-2_11/libc/manual/Makefile
==============================================================================
--- branches/eglibc-2_11/libc/manual/Makefile (original)
+++ branches/eglibc-2_11/libc/manual/Makefile Wed Mar 31 12:12:56 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 $@