CMake warning wrt frameworks during configure phase on Snow Leopard
Jeremy Lavergne
jeremy at lavergne.gotdns.org
Wed Sep 25 14:41:42 PDT 2013
And of course I do this backwards.
touch todo.txt
ln -s test todo.txt
ln: todo.txt: File exists
Sorry :-\
On Sep 25, 2013, at 5:39 PM, Jeremy Lavergne wrote:
> To recreate a symlink, you remove the existing source (source points to destination) then symlink it again. For example:
> `ls -l /something/path` would show -> /other/path
> `rm /something/path`
> `ln -s /something/path /other/path`
More information about the macports-dev
mailing list