pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Remove force to use symbolic link.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f6fcd56b87b
branches:  trunk
changeset: 575127:6f6fcd56b87b
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon May 03 07:02:24 2010 +0000

description:
Remove force to use symbolic link.
It is not a good idea to hide real issues.
If someone is really using hard link, it should be failed.

diffstat:

 mk/tools/tools.Haiku.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 98d3a91c31c9 -r 6f6fcd56b87b mk/tools/tools.Haiku.mk
--- a/mk/tools/tools.Haiku.mk   Mon May 03 06:58:27 2010 +0000
+++ b/mk/tools/tools.Haiku.mk   Mon May 03 07:02:24 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Haiku.mk,v 1.1 2010/02/06 10:39:59 obache Exp $
+# $NetBSD: tools.Haiku.mk,v 1.2 2010/05/03 07:02:24 obache Exp $
 #
 # System-supplied tools for the Haiku operating system.
 
@@ -49,7 +49,7 @@
 TOOLS_PLATFORM.install-info?=  /boot/common/bin/install-info
 #TOOLS_PLATFORM.ldconfig?=     /sbin/ldconfig
 # XXX: Haiku currently no support of hard link.
-TOOLS_PLATFORM.ln?=            /bin/ln -s
+TOOLS_PLATFORM.ln?=            /bin/ln
 TOOLS_PLATFORM.ls?=            /bin/ls
 TOOLS_PLATFORM.m4?=            ${TOOLS_PLATFORM.gm4}
 #TOOLS_PLATFORM.mail?=         /bin/mail



Home | Main Index | Thread Index | Old Index