Re: [PATCH REPOST 2/7] kbuild: fixdep: support concatenated dep files

2013-03-28 Thread Stephen Warren
On 03/21/2013 12:23 PM, Stephen Warren wrote: > From: Stephen Warren > > The current use-case for fixdep is: a source file is run through a single > processing step, which creates a single dependency file as a side-effect, > which fixdep transforms into the file used by the kernel build process.

Re: [PATCH REPOST 2/7] kbuild: fixdep: support concatenated dep files

2013-03-28 Thread Stephen Warren
On 03/21/2013 12:23 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com The current use-case for fixdep is: a source file is run through a single processing step, which creates a single dependency file as a side-effect, which fixdep transforms into the file used by the kernel

[PATCH REPOST 2/7] kbuild: fixdep: support concatenated dep files

2013-03-21 Thread Stephen Warren
From: Stephen Warren The current use-case for fixdep is: a source file is run through a single processing step, which creates a single dependency file as a side-effect, which fixdep transforms into the file used by the kernel build process. In order to transparently run the C pre-processor on

[PATCH REPOST 2/7] kbuild: fixdep: support concatenated dep files

2013-03-21 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com The current use-case for fixdep is: a source file is run through a single processing step, which creates a single dependency file as a side-effect, which fixdep transforms into the file used by the kernel build process. In order to transparently run the C