Subject: Re: how to use ${ID} in a Makefile?
To: None <georg.schwarz@freenet.de>
From: Yuji Yamano <yyamano@kt.rim.or.jp>
List: tech-pkg
Date: 09/30/2006 23:13:30
On Sat, 30 Sep 2006 14:45:50 +0200, Georg Schwarz <georg.schwarz@freenet.de> wrote:
> I'm having trouble with using ${ID} in a Makefile on MacOS X.
> Consider the following sample Makefile:
>
> cat Makefile.sample
> DISTNAME= sample
> CATEGORIES= none
> ..include "../../mk/bsd.prefs.mk"
> ABC!= ${ID} -n
> ..include "../../mk/bsd.pkg.mk"
> Why is ${ID} resolved to an empty string?
Could you try to set USE_TOOLS+=id:run in Makefile?
--
Yuji Yamano