bug-make
[Top][All Lists]
Advanced

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

[bug #29242] make fails to check timestamp of .h file and declares .o fi


From: Paul D. Smith
Subject: [bug #29242] make fails to check timestamp of .h file and declares .o files are upto date
Date: Wed, 17 Mar 2010 12:08:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8

Update of bug #29242 (project make):

                  Status:                    None => Not A Bug              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

If you have no makefile to declare it, then make cannot know that test.cpp
depends on test.h, so changing test.h won't cause test.cpp to recompile.  If
you want it to recompile, you have to create a makefile that declares test.h a
prerequisite of test.cpp

Please see the GNU make manual for details.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29242>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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