Subject: Re: current build fails
To: None <current-users@netbsd.org>
From: Jukka Salmi <j+nbsd@2006.salmi.ch>
List: current-users
Date: 03/20/2006 19:15:07
--4Ckj6UjgE2iN1+kY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

the [1]build failure reported by Denis Lagno is caused by a [2]change
commited by christos@ while removing Kerveros IV: in
share/mk/bsd.own.mk, SYMLINK was changed from `-l s' to `-l sr'. This
was probably done unintentionally and should be reverted, shouldn't
it, christos?


Cheers, Jukka

[1] http://mail-index.netbsd.org/current-users/2006/03/20/0010.html
[2] http://mail-index.netbsd.org/source-changes/2006/03/20/0020.html

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~

--4Ckj6UjgE2iN1+kY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff

Index: share/mk/bsd.own.mk
===================================================================
RCS file: /cvsroot/src/share/mk/bsd.own.mk,v
retrieving revision 1.443
diff -u -p -r1.443 bsd.own.mk
--- share/mk/bsd.own.mk	20 Mar 2006 04:03:23 -0000	1.443
+++ share/mk/bsd.own.mk	20 Mar 2006 18:14:30 -0000
@@ -633,7 +633,7 @@ PRESERVE?=	-p
 .endif
 RENAME?=	-r
 HRDLINK?=	-l h
-SYMLINK?=	-l sr
+SYMLINK?=	-l s
 
 METALOG?=	${DESTDIR}/METALOG
 METALOG.add?=	${TOOL_CAT} -l >> ${METALOG}

--4Ckj6UjgE2iN1+kY--