svn commit: r246913 - head/etc

Andrey A. Chernov ache at FreeBSD.org
Sun Feb 17 13:07:00 UTC 2013


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 \


More information about the svn-src-all mailing list