help-make
[Top][All Lists]
Advanced

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

Re: eval of out-of-date for target problem...


From: Eli Zaretskii
Subject: Re: eval of out-of-date for target problem...
Date: Thu, 16 Jun 2011 23:11:34 +0300

> Date: Thu, 16 Jun 2011 10:37:57 -0700
> From: Danny Barraza <address@hidden>
> 
> Make thinks the prerequisite is newer than the target, and rebuilds the 
> .exe, and it shouldn't.  I do a ls -Llrt to check the actual 
> modification time stamps of the files in question and the prerequisite 
> is older than the target, therefore it shouldn't build the target.  Any 
> reason why Make is evaluating incorrectly...also the same make files 
> work correctly on non-Windows platforms (i.e. SolarisSparc, LinuxX64, 
> SolarisX64, AIX).  Any ideas?  And thanks for your help...

Try

   make -d ... 2>&1 > make.output

and then look at the output for the reason(s) why it rebuilds the
.exe.



reply via email to

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