Make framework symlink machinery more robust

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-05-28 08:57:06 +00:00
parent 1fab214837
commit 4f38cc2639

View file

@ -1,3 +1,10 @@
Wed May 28 09:47:42 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/framework.make: Use test -r instead of test -f to check
that a file, which might be a symlink, exists.
* Instance/framework.make (internal-framework-install_): Always remove
the old symlinks without checking.
Tue May 27 16:52:27 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/Documentation/javadoc.make (internal-doc-install_): Fixed line breaking