sh doesn't like make's quoting

Earnie Boyd earnie_boyd@yahoo.com
Sun Oct 31 19:54:00 GMT 1999


--- Todd Greer <tgreer@acm.org> wrote:
> I looked in archives for this, but couldn't find help...
> 
> I'm having problems with 'echo "foo"' in a makefile, using a make I
> built.  If someone can either tell me how to fix the problem or where
> to get a recent make that will work, I would greatly appreciate it.
> 
> I recently compiled the latest version of make (3.78.1) because I want
> the $(MAKECMDGOALS) feature that was introduced in 3.77.  (Cygwin
> B20.1 has 3.75).  I used their build_w32.bat, which uses VC.
> 

Use `echo 'foo'' instead of `echo "foo"'.  You could also try `echo ""foo""'.


=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list