John Marshall <[EMAIL PROTECTED]> wrote:

> 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?)

Yes, I had the problem and solved it as I mentioned in an earlier mail.

My experimentation indicates that build-prc does not do globbing on its 
arguments. That is, if I run the command as shown above from a 
command.com prompt, I get the "can't find *.bin" error. If I run the 
same command from a bash prompt, it works fine. John, can you confirm 
this (sorry, I've not downloaded the sources)?

If that is indeed the case, then it all boils down to which shell is 
executing the command. If your shell does globbing, it works. If it 
doesn't do globbing, the command fails. John, if you put a line into 
your makefile to echo $SHELL just before or after the build-prc line, 
what do you get? I was getting "command.com" until I set 
MAKE_MODE=UNIX.

--
Roger Chaplin
<[EMAIL PROTECTED]>

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to