]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: restore handling of space-tainted build directory name
authorJim Meyering <meyering@redhat.com>
Sat, 1 Sep 2012 09:44:39 +0000 (11:44 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 1 Sep 2012 19:28:13 +0000 (21:28 +0200)
* man/local.mk: With commit v8.19-84-g08cf455, man page creation
would fail when using a build directory name containing e.g.,
spaces.

man/local.mk

index 98cc4fd15233820a2dd588ad2bdf0dedc3eaa4ba..1c8ecfaad1f880a358e8d9b48fca27a2e41c9a8b 100644 (file)
@@ -181,7 +181,7 @@ man/yes.1:       src/yes
          && t=$*.td                                                    \
          && rm -rf $$t                                                 \
          && $(MKDIR_P) $$t                                             \
-         && (cd $$t && $(LN_S) $(abs_top_builddir)/src/$$prog $$name)  \
+         && (cd $$t && $(LN_S) '$(abs_top_builddir)/src/'$$prog $$name) \
          && $(PERL) -- $(srcdir)/man/help2man                          \
                     --source='$(PACKAGE_STRING)'                       \
                     --include=$(srcdir)/man/$$name.x                   \