]> sourceware.org Git - newlib-cygwin.git/commitdiff
Replace the perl character classes with POSIX ones to fix the build when sed is a...
authorTamar Christina <tamar.christina@arm.com>
Thu, 6 Jul 2017 09:33:31 +0000 (10:33 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 6 Jul 2017 16:05:56 +0000 (18:05 +0200)
Signed-off-by: Tamar Christina <tamar.christina@arm.com>
libgloss/multi-build.in

index 0bd12cfd95769d9ec193936b2781bc5cc4db7809..e2fd0807af07ec4617dbc0d8e9e8427992fc2168 100644 (file)
@@ -20,10 +20,10 @@ multi-do:
                cp config.status $${destpre}; \
                cd $${destpre}; \
                $(SHELL) config.status; \
-               sed -e "s:^MULTIDIRS\s*+=.*$$:MULTIDIRS = :" \
-                   -e "s:^MULTILIBNAME\s*=.*$$:MULTILIBNAME = MULTIDIR_$${dir}_NAME:" \
-                   -e "s:^MULTI_FLAGS_FOR_TARGET\s*=.*$$:MULTI_FLAGS_FOR_TARGET = MULTIDIR_$${dir}_FLAGS:" \
-                   -e "s:^objdir\s*=.*$$:objdir = ..:" \
+               sed -e "s:^MULTIDIRS[[:space:]]*+=.*$$:MULTIDIRS = :" \
+                   -e "s:^MULTILIBNAME[[:space:]]*=.*$$:MULTILIBNAME = MULTIDIR_$${dir}_NAME:" \
+                   -e "s:^MULTI_FLAGS_FOR_TARGET[[:space:]]*=.*$$:MULTI_FLAGS_FOR_TARGET = MULTIDIR_$${dir}_FLAGS:" \
+                   -e "s:^objdir[[:space:]]*=.*$$:objdir = ..:" \
                        Makefile > Makefile.tem; \
                rm -f Makefile; \
                mv Makefile.tem Makefile; \
This page took 0.032041 seconds and 5 git commands to generate.