Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: LFS and explicit LIBS RE: pws-21



make[1]: Leaving directory `/tools/src/zsh-3.1.5-pws-21/Doc'
gmake[1]: Entering directory `/tools/src/zsh-3.1.5-pws-21/Completion'
if test xyes != x && test xyes != xno; then \
  ../mkinstalldirs yes || exit 1; \

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  for file in Core/* Base/* Builtins/* User/_configure User/_dd User/_gzip
User/_compress User/_uncompress Zftp/*; do \
    if test -f $file; then \
      .././install-sh -c -m 644 $file yes || exit 1; \
    fi; \
  done; \
fi; \
exit 0
mkdir yes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is configure problem; I configure with --enable-fndir and fndir got set
to "yes".

/andrej



Messages sorted by: Reverse Date, Date, Thread, Author