Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
More Configure problems
- X-seq: zsh-workers 1878
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: More Configure problems
- Date: Thu, 01 Aug 1996 18:27:40 +0200
- In-reply-to: "hzoli@xxxxxxxxxx"'s message of "Thu, 01 Aug 1996 16:07:40 MET." <199608011407.QAA27343@xxxxxxxxxxxxxxxxx>
Next problem with Configure... actually with the makedepend script
that comes with it: this assignment is failing:
defrule=`<$mf sed -n \
-e '/^\.c\(\$(OBJ_EXT)\|\.o\):.*;/{' \
-e 's/\$\*\.c//' \
-e 's/^[^;]*;[ ]*//p' \
-e q \
-e '}' \
-e '/^\.c\(\$(OBJ_EXT)\|\.o\): *$/{' \
-e N \
-e 's/\$\*\.c//' \
-e 's/^.*\n[ ]*//p' \
-e q \
-e '}'`
That first interestingly positioned <$mf (sometimes I wonder if people
do this deliberately) is supposed to be a redirection, but zsh is
treating it like $(<...). ksh behaves like sh here, i.e. only $(<...)
has that behaviour. Perhaps we should follow suit.
Zoltan will know what to do.
--
Peter Stephenson <pws@xxxxxx> Tel: +49 33762 77366
WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77330
Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author