Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <19991014031140.9359.rocketmail@web123.yahoomail.com>
Date: Wed, 13 Oct 1999 20:11:40 -0700 (PDT)
From: Earnie Boyd <earnie_boyd@yahoo.com>
Reply-To: earnie_boyd@yahoo.com
Subject: Re: sh doesn't like make's quoting
To: Todd Greer <tgreer@acm.org>, cygwin@sourceware.cygnus.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

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

