mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-13 02:42:18 +02:00
build: restore handling of space-tainted build directory name
* man/local.mk: With commit v8.19-84-g08cf455, man page creation would fail when using a build directory name containing e.g., spaces.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user