Re: [08/32] cpp mkdeps

2020-11-10 Thread Jeff Law via Gcc-patches
On 11/3/20 2:14 PM, Nathan Sidwell wrote: > The final bit of preprocessor change is that to mkdeps.  We have a new > kind of thing to be dependent upon -- a compiled module interface. > That's also an additional target. > > This adds the logic to mkdeps to keep those dependencies separate from >

[08/32] cpp mkdeps

2020-11-03 Thread Nathan Sidwell
The final bit of preprocessor change is that to mkdeps. We have a new kind of thing to be dependent upon -- a compiled module interface. That's also an additional target. This adds the logic to mkdeps to keep those dependencies separate from include file dependencies. I made use of this when