%% psmith <[EMAIL PROTECTED]> writes: p> is there a way of configuring/compiling make to check the timestamp of a p> symbolic link rather than the file pointed to by the link. (e.g. replace p> stat() with lstat() ). This is necessary as our configuration management p> software uses links to point to a shared cache. We are using Solaris.
Not without changing the code. There is no configuration or runtime option to do this. However, the changes are pretty simple. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
