>[Shamim built some current linux binaries, sans GUI toolkit]
>
>OK, I'll bite: why couldn't you build the GUI toolkit?
>It is an important part of every Unicon kid's breakfast.
>
>I just built under some current Redhat or Mandrake or something, and
>it did work EXCEPT the make Pure during the configuration step.
>That failed because the shell globber was case insensitive (?!) and
>matched [a-z]* to the filename README.  What is the world coming to.
>
>To avoid the particular problem I changed a: (cd $$d; $(MAKE) Clean)
>to a (cd $$d && $(MAKE) Clean).  UNIX gurus: any portability issue with that?
>
>Clint

There's no problem with &&.  You might want to add SHELL=/bin/sh too,
and if some distributions are still bogus then shame on them.

Steve

_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to