[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: adding functions to function.c
From: |
Boris Kolpackov |
Subject: |
Re: adding functions to function.c |
Date: |
Fri, 14 Jan 2005 22:52:57 +0000 (UTC) |
User-agent: |
nn/6.6.5+RFC1522 |
John Graham-Cumming <address@hidden> writes:
> Of course, you could define lastword like this:
>
> lastword = $(word $(words $1),$1)
>
> and then $(call) it:
>
> include $(dir $(call lastword,$(MAKEFILE_LIST)))../build/bootstrap.make
Since it's a bootstrapping process I will have to define it in every
makefile:
lastword = $(word $(words $1),$1)
include $(dir $(call lastword,$(MAKEFILE_LIST)))../build/bootstrap.make
So I'd rather not.
- Re: adding functions to function.c, (continued)
- Re: adding functions to function.c, Dill, John, 2005/01/12
- Re: adding functions to function.c, Dill, John, 2005/01/13
- Re: adding functions to function.c, Boris Kolpackov, 2005/01/13
- Re: adding functions to function.c, Alessandro Vesely, 2005/01/15
- Flexible include (was: Re: adding functions to function.c, Alessandro Vesely, 2005/01/15
- Re: Flexible include (was: Re: adding functions to function.c, Boris Kolpackov, 2005/01/17
- Re: Flexible include (was: Re: adding functions to function.c, Alessandro Vesely, 2005/01/18