| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| X-Authentication-Warning: | tctohp14.elex.co.il: avhf owned process doing -bs |
| Date: | Wed, 16 Aug 2000 10:03:57 +0300 (IDT) |
| From: | "Avraham H. Fraenkel" <avraham DOT fraenkel AT comMATCH DOT com> |
| X-Sender: | avhf AT tctohp14 |
| Reply-To: | "Avraham H. Fraenkel" <avraham DOT fraenkel AT comMATCH DOT com> |
| To: | Brian Pollard <b_pollard AT trillium DOT com> |
| cc: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: problem with make |
| In-Reply-To: | <0E7AA454E229D411A1CB0090274661FF550314@gaea.trillium.com> |
| Message-ID: | <Pine.GHP.4.10.10008160947190.14548-100000@tctohp14> |
| MIME-Version: | 1.0 |
You can do :
1) put the remark in the line before.
in such case no trilling balnks are added to the macro.
2) if you are using GNU make , there is a function called strip, so you
can do:
$(strip $(hehe))/mine.h
Avraham
-------------------------------------
Avraham H. Fraenkel
comMATCH: www.comMATCH.com
-------------------------------------
On Tue, 15 Aug 2000, Brian Pollard wrote:
> when using a make file, assignment statements such as:
>
> hehe=. #some comment
>
> $(hehe)/mine.h
> hehe stores ". " instead of "./"
>
> this causes problems when accessing something such as:
>
>
> because it is interpreted as ". /mine.h"
>
>
> I would guess that the source code needs to be modified, any suggestions???
>
> Thanks,
> Brian
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
>
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |