Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: smtp1.cern.ch: Host IDENT:root@pb-d-137-138-206-44.cern.ch [137.138.206.44] claimed to be skywalker
Message-ID: <399B7F9A.1A8A0E28@cern.ch>
Date: Thu, 17 Aug 2000 08:00:58 +0200
From: "Lassi A. Tuura" <lassi.tuura@cern.ch>
Organization: Northeastern University, Boston, USA
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12-20 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Heribert Dahms <heribert_dahms@icon-gmbh.de>
CC: Brian Pollard <b_pollard@trillium.com>, cygwin@sourceware.cygnus.com
Subject: Re: problem with make
References: <99B82AA9708ED0119B55006097125A00363F06@ifk63.mach.uni-karlsruhe.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> I never used trailing comments and $(strip) is also new to me,
> but is it really true that the obvious quoted
> var="value      "
> does NOT preserve trailing spaces?

Well, it does preserve the spaces -- but only because as far as make is
concerned, $(var) is `"value      "', quotes and all.  In other words,
there are no trailing spaces in your example :-)

Cheers and have a great week,
//lat
-- 
C makes it too easy to slice your fingers off, and programmers all
over the world are doing so with great regularity.  --Steven Bellovin

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

