Author: ngie
Date: Tue Dec  1 06:22:27 2015
New Revision: 291568
URL: https://svnweb.freebsd.org/changeset/base/291568

Log:
  Revert r290840
  
  This request by the submitter was valid, but unfortunately there is a good 
deal
  of concern over breakage when DESTDIR != / or "", i.e. with release media.
  Making this change correct for all cases would make it markedly more complex
  than need be
  
  Requested by: bdrewery, ian, imp
  PR: 76362

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile   Tue Dec  1 06:11:09 2015        (r291567)
+++ head/etc/Makefile   Tue Dec  1 06:22:27 2015        (r291568)
@@ -408,7 +408,7 @@ distrib-dirs: ${MTREES:N/*} distrib-clea
                    ${METALOG.add} ; \
        done; true
 .endif
-       ${INSTALL_SYMLINK} ${SRCTOP:C/^\///}/sys ${DESTDIR}/sys
+       ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
 .if ${MK_MAN} != "no"
        cd ${DESTDIR}${SHAREDIR}/man; \
        for mandir in man*; do \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to