[Libreoffice-commits] .: 2 commits - configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 11 00:17:09 PST 2013
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fee278b222f1a8d15706b78cc0e39a1300c19186
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri Jan 11 10:16:43 2013 +0200
Warning is now unnecessary as there are no real TABs any more here
Change-Id: Ia286635b9f225fdec1afc6e6af2a898676ac8554
diff --git a/configure.ac b/configure.ac
index 3f176fb..e99640f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4620,7 +4620,7 @@ A := \$(wildcard *.a)
.PHONY: all
all: \$(A:.a=.b)
-<TAB>@echo survived bug20033. #dont kill these tabs, you will break the Makefile!!!!
+<TAB>@echo survived bug20033.
.PHONY: setup
setup:
commit 079de44b00be0e6e06388415b65f1195c9005921
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri Jan 11 10:14:57 2013 +0200
There are several TABs on one line in this "here document"
So replace all the <TAB> with real TABs. (Sure, only the first TAB on that
line is part of the Makefile syntax, the rest are just whitespace.)
Change-Id: Ie500c304ffff00b72ee1cdf81716627bbac689f0
diff --git a/configure.ac b/configure.ac
index 3b4fb48..3f176fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4615,7 +4615,7 @@ elif test "$_make_longver" -ge "038100"; then
fi
AC_MSG_CHECKING([for GNU make bug 20033])
TESTGMAKEBUG20033=`mktemp -d tmp.XXXXXX`
- $SED -e "s/<TAB>/$TAB/" > $TESTGMAKEBUG20033/Makefile << EOF
+ $SED -e "s/<TAB>/$TAB/g" > $TESTGMAKEBUG20033/Makefile << EOF
A := \$(wildcard *.a)
.PHONY: all
More information about the Libreoffice-commits
mailing list