[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: is there any way to get at prerequisites of "current" rule
From: |
Paul Smith |
Subject: |
RE: is there any way to get at prerequisites of "current" rule |
Date: |
Wed, 30 May 2012 23:08:39 -0400 |
On Wed, 2012-05-30 at 16:57 -0700, Mark Galeck (CW) wrote:
> So I would rather just make a global change of $^ into some other $...
> or some other construct, which would get me the current rule
> prerequisites, and that would fix all the problems at once.
Internally when make finds a new rule for an existing target it simply
appends the list of prerequisites to the existing list. There is no
internal indication kept between prerequisites based on where the target
was defined.