[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r2300 - in /trunk/libc: ChangeLog.eglibc Makefile



Author: jimb
Date: Sat May 26 01:16:38 2007
New Revision: 2300

Log:
* Makefile (TAGS): Avoid backslashes in single-quoted strings.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/Makefile

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Sat May 26 01:16:38 2007
@@ -1,3 +1,7 @@
+2007-05-26  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
+
+	* Makefile (TAGS): Avoid backslashes in single-quoted strings.
+
 2007-05-13  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
 
 	Add the OPTION_EGLIBC_INET option group.

Modified: trunk/libc/Makefile
==============================================================================
--- trunk/libc/Makefile (original)
+++ trunk/libc/Makefile Sat May 26 01:16:38 2007
@@ -356,9 +356,10 @@
 
 .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.