svn commit: r243862 - head/libexec/rtld-elf

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Dec 4 12:51:33 UTC 2012


Author: pjd
Date: Tue Dec  4 12:51:33 2012
New Revision: 243862
URL: http://svnweb.freebsd.org/changeset/base/243862

Log:
  Do not change entire BINDIR, it might be needed later, just change
  symlink target.
  
  MFC after:	2 weeks

Modified:
  head/libexec/rtld-elf/Makefile

Modified: head/libexec/rtld-elf/Makefile
==============================================================================
--- head/libexec/rtld-elf/Makefile	Tue Dec  4 12:39:26 2012	(r243861)
+++ head/libexec/rtld-elf/Makefile	Tue Dec  4 12:51:33 2012	(r243862)
@@ -27,8 +27,8 @@ LDFLAGS+=	-nostdlib -e .rtld_start
 WARNS?=		2
 INSTALLFLAGS=	-C -b
 PRECIOUSPROG=
-BINDIR=		../../libexec
-SYMLINKS=	${BINDIR}/${PROG} /usr/libexec/${PROG}
+BINDIR=		/libexec
+SYMLINKS=	../..${BINDIR}/${PROG} /usr/libexec/${PROG}
 MLINKS=		rtld.1 ld-elf.so.1.1 \
 		rtld.1 ld.so.1
 


More information about the svn-src-head mailing list