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 \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to