On Fri, 2010-08-13 at 11:04 -0500, Peng Yu wrote: > I want to disable the warning shown in the title.
You can't, except by fixing your environment so the timestamps on your system are coherent. Most likely this is caused by trying to write files to a networked file server where your system and the server have a different system time: you will never be able to correctly build files with make in that environment, so you'll have to fix the problem. PS. If you look at the source code you can easily determine that there's no way to avoid this message: you can see that where it's printed there is no "if (some-flag-is-set)" or similar that would keep it from printing. -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
