help-make
[Top][All Lists]
Advanced

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

Re: Timestamp of symbolic links!


From: Paul D. Smith
Subject: Re: Timestamp of symbolic links!
Date: Mon, 21 Jan 2002 14:03:24 -0500

%% psmith <address@hidden> 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 <address@hidden>          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



reply via email to

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