>> I need to update some files whenever a symlink changes, even if the new
>> target of the symlink is an old file.
>> How can I do that with GNU Make?

> See:

>        -L, --check-symlink-times
>             Use the latest mtime between symlinks and target.

Thanks.  Is there a way to do it from within the Makefile (either
globally, or for specific targets)?


        Stefan


_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to