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

More Configure problems



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