Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2013 13:06:59 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246913 - head/etc
Message-ID:  <201302171306.r1HD6xGM028562@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ache
Date: Sun Feb 17 13:06:59 2013
New Revision: 246913
URL: http://svnweb.freebsd.org/changeset/base/246913

Log:
  In 'make hierarchy' don't install /sys/sys pointing to usr/src/sys
  but just /sys pointing there

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Sun Feb 17 11:58:30 2013	(r246912)
+++ head/etc/Makefile	Sun Feb 17 13:06:59 2013	(r246913)
@@ -354,7 +354,7 @@ distrib-dirs:
 		    ${METALOG.add} ; \
 	done; true
 .endif
-	${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
+	${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/
 	cd ${DESTDIR}/usr/share/man; \
 	for mandir in man*; do \
 		${INSTALL_SYMLINK} ../$$mandir \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302171306.r1HD6xGM028562>