bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need access to Makefile path


From: Boris Kolpackov
Subject: Re: need access to Makefile path
Date: Tue, 18 May 2004 13:03:44 -0500
User-agent: Mutt/1.5.6i

Noel Yap <address@hidden> writes:

> Try:
> 
> $ cat >bar.make
> include foo.make
> $(warning $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))))

You gotta be kidding me!

p := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
include foo.make
$(warning $p)

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]