Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: LFS and explicit LIBS RE: pws-21
- X-seq: zsh-workers 6519
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxxxxxxxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: LFS and explicit LIBS RE: pws-21
- Date: Tue, 8 Jun 1999 15:28:28 +0400
- Importance: Normal
- In-reply-to: <9906080850.AA22875@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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