summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-05-26 08:16:56 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-05-26 08:16:56 +0000
commit26209cd732dbe1dd7c2c5f19494e8855522cb344 (patch)
tree82f6b6832cbc2b6c7e9a1641ae7cbc0cc00fadbf
parentdc77e44d994ca9d35b2883cb2267a8c8beb429ae (diff)
downloadeglibc2-26209cd732dbe1dd7c2c5f19494e8855522cb344.tar.gz
* Makefile (TAGS): Avoid backslashes in single-quoted strings.
git-svn-id: svn://svn.eglibc.org/branches/eglibc-2_6@2301 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-rw-r--r--libc/ChangeLog.eglibc4
-rw-r--r--libc/Makefile7
2 files changed, 8 insertions, 3 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index 11f0cd1ac..bf2a56d6c 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,3 +1,7 @@
+2007-05-26 Jim Blandy <jimb@codesourcery.com>
+
+ * Makefile (TAGS): Avoid backslashes in single-quoted strings.
+
2007-05-13 Jim Blandy <jimb@codesourcery.com>
Add the OPTION_EGLIBC_INET option group.
diff --git a/libc/Makefile b/libc/Makefile
index 596cd0c49..f721ca833 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -356,9 +356,10 @@ endif
.PHONY: TAGS
TAGS:
- scripts/list-sources.sh | sed -n '/Makefile/p;\
- $(foreach S,[chsSyl] cxx sh bash pl,\
- $(subst .,\.,/.$S\(.in\)*$$/p;))' \
+ scripts/list-sources.sh \
+ | sed -n -e '/Makefile/p;' \
+ -e '$(foreach S,[chsSyl] cxx sh bash pl,\
+ $(subst .,\.,/.$S\(.in\)*$$/p;))' \
| $(ETAGS) -o $@ -
# Make the distribution tarfile.