Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh-3.1.4 - make clean fails (cont.)
- X-seq: zsh-workers 4345
- From: "David R. Favor" <dfavor@xxxxxxxxxxxxxx>
- To: "Zsh Worker's List" <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: zsh-3.1.4 - make clean fails (cont.)
- Date: Fri, 21 Aug 1998 11:31:59 -0500
- Sender: dfavor@xxxxxxxxxxxxxx
The zsh makefiles fail on platforms that actually have /bin/sh,
such as AIX. On linux, /bin/sh is a symlink to bash. The problem
appears to be the *test -n '$(SUBDIR)' ;... syntax used in the
recursive-clean target.
Can anyone tell me how to specify a ./configure option that will
change the $SHELL assignment in the makefiles from /bin/sh to
some other shell?
Thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author