bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Problem with make...


From: Martin Dorey
Subject: RE: Problem with make...
Date: Mon, 6 Aug 2007 11:10:54 -0700

That sounds unlikely to be a bug with make, so the help-make list would
be more appropriate.  The make maintainer has a paper on dependencies
which you can find here:

http://web.archive.org/web/20061205233409/http://make.paulandlesley.org/
autodep.html 

That focuses on automatic generation of the dependencies but you can
probably work out where you're going wrong from it... and you probably
also want to generate the dependencies automatically.  If that doesn't
help, you'll need to post a copy of your makefile or, preferably, an
minimal part of it that demonstrates your problem.

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
sreerajgel
Sent: Sunday, August 05, 2007 23:55
To: address@hidden
Subject: Problem with make...


hai all,
am really lost with this...plz help...i have a C, HDR and DEP folder
under
the root folder...as names suggest C folder contains all the source
files
HDR contains all the headers and I created the dependencies and put them
in
to the DEP folder. I have included the path of .d files in DEP in my
makefile. My problem is, when I modify any header and then try to
recompile
its not taking the dependencies. ie the source files in which this
particular headers are included are not getting recompiled...but if I
modify
any source file and then recompiles its compiling that file...Simply,
the
changes I make in HDR are not getting affected in the Build...i hope u
understand and plz tell me where i should have gone wrong
Thanks for the support
-- 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]