Nick Hammond <[EMAIL PROTECTED]> wrote:
> Changing:
> build-prc appname.def appname *.bin
> to:
> build-prc appname.def appname `ls *.bin`
> works fine as long as the "--unix" option is used with make to force the use
> of sh rather than the DOS Shell.
If you use `--unix' or $MAKE_MODE you should be fine with just *.bin, and
not need the `ls *.bin` substitution. Didn't it work on your machine even
with `--unix'?
> I'm still not sure why this is necessary with the 2.0 version but not the
> 0.5.0 version but assume that the different Cygwin versions may have
> something to do with it.
Perhaps, but... it works for me! If I don't use MAKE_MODE or `--unix' and
my Makefile contains
build-prc pilrctst.prc "pilrc test" plRc pilrctst *.bin
then I have problems because of the space in "pilrc test" not getting
escaped properly (which MAKE_MODE fixes), but the *.bin wildcard still
works fine. So I'll keep digging and try to figure out if there's
something special about all the machines I've tested it on. (Does anybody
else have this *.bin problem besides Nick? Sergio?)
John "you don't have your WILDCARD set to something strange, do you?
or was that an OS/2 thing..."
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html