How often do I need to run "make depend"?
Peter
On Mon, Jun 14, 2010 at 6:52 PM, Peter Davies ultratwo@gmail.com wrote:
How often do I need to run "make depend"?
Peter
Since around 2-3 months ago, you don't need to run "make depend" at all :-).
Damjan
On 14 June 2010 18:40, Damjan Jovanovic damjan.jov@gmail.com wrote:
Since around 2-3 months ago, you don't need to run "make depend" at all :-).
Damjan
Then why is it still there?
Peter
On Mon, Jun 14, 2010 at 8:54 PM, Peter Davies ultratwo@gmail.com wrote:
Then why is it still there?
I think it's still used internally. If you run `make depend' then 'make' you'll see it will go a bit faster because the dependencies are already precomputed.
Octavian
On 14 June 2010 18:54, Peter Davies ultratwo@gmail.com wrote:
On 14 June 2010 18:40, Damjan Jovanovic damjan.jov@gmail.com wrote:
Since around 2-3 months ago, you don't need to run "make depend" at all :-).
Damjan
Then why is it still there?
When you run `make`, `make depend` is called automatically so you don't need to call it explicitly.
- Reece