[bug #20452] Incorrect use of variable_buffer_output() in expand_deps() [file.c]

2007-07-13 Thread Paul D. Smith
Update of bug #20452 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

Re: Problem

2007-07-13 Thread Paul Smith
On Fri, 2007-07-13 at 11:00 +0530, Anantharamaiah Bhaskara wrote: > make T1 clean T2 > > I expect > 1. pre-requisites of T1 get built and then T1 itself > 2. pre-requisities of T1 & T2 (common to both) get removed > 3. pre-requisites of T2 get built and then T2 it

Problem

2007-07-13 Thread Anantharamaiah Bhaskara
Dear all, I am facing a problem in my build environment. Please see the example below. I want to build T1, clean and T2 (in sequence) as follows: make T1 clean T2 I expect 1. pre-requisites of T1 get built and then T1 itself 2. pre-requisities of T1 & T2 (common to both