summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-05-26 08:17:11 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-05-26 08:17:11 +0000
commiteee984f505cc5f821ffbb328a24a4a31811b76fe (patch)
tree5135f024bfee7e0a26a58a013319f7a20d07a624
parentb6cba976158c2ee690f1a9a8e48242efa95696c7 (diff)
downloadeglibc2-eee984f505cc5f821ffbb328a24a4a31811b76fe.tar.gz
* Makefile (TAGS): Avoid backslashes in single-quoted strings.
git-svn-id: svn://svn.eglibc.org/branches/eglibc-2_5@2302 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 8af2d4a61..55a735d65 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-04 Joseph Myers <joseph@codesourcery.com>
* soft-fp/double.h, soft-fp/extended.h, soft-fp/floatundidf.c,
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.