]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add comment.
authorBruno Haible <bruno@clisp.org>
Sun, 10 Jun 2007 11:11:03 +0000 (11:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:55 +0000 (12:14 +0200)
gettext-runtime/intl/Makefile.in

index 0ea92bb148b496596c2d92da010dcec53e80c141..3fb0a0928f26d69e22c40fd5d276643fa3f4ff71 100644 (file)
@@ -273,6 +273,11 @@ osdep.lo: $(srcdir)/osdep.c
 intl-compat.lo: $(srcdir)/intl-compat.c
        $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/intl-compat.c
 
+# The following sed expressions contain a minimal amount of newlines, so that
+# they can be written in a Makefile without requiring a temporary file. It is
+# not POSIX compliant to use semicolons instead of newlines inside a group of
+# sed commands {...}. But this rule is executed only on Woe32 systems, which
+# can assume the presence of GNU sed (and GNU make).
 libintl.res: $(srcdir)/libintl.rc
        sed_extract_major='/^[0-9]/{s/^\([0-9]*\).*/\1/p;q};a\
        0'; \