Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 11:08:36 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318740 - head/share/examples
Message-ID:  <201705231108.v4NB8aSv068647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue May 23 11:08:36 2017
New Revision: 318740
URL: https://svnweb.freebsd.org/changeset/base/318740

Log:
  Remove unneccessary call to mtree, which, when building as an unprivileged
  user (with -DNO_ROOT), resulted in warnings looking like these:
  
  share/man/cat8:
          user (9, 3819, not modified: Operation not permitted)
          permissions (0755, 0700, modified)
  
  The BSD.usr.mk is already taken care of in etc/Makefile.
  
  Submitted by:	Alex Richardson <alr48@cl.cam.ac.uk>
  Reviewed by:	bdrewery
  MFC after:	1 month
  Sponsored by:	DARPA, AFRL
  Differential Revision:	https://reviews.freebsd.org/D9212

Modified:
  head/share/examples/Makefile

Modified: head/share/examples/Makefile
==============================================================================
--- head/share/examples/Makefile	Tue May 23 10:00:52 2017	(r318739)
+++ head/share/examples/Makefile	Tue May 23 11:08:36 2017	(r318740)
@@ -240,8 +240,6 @@ copies:
 		rm -f ${DESTDIR}${BINDIR}/$i; \
 	fi
 .endfor
-	mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \
-	    -f ${SRCTOP}/etc/mtree/BSD.usr.dist -p ${DESTDIR}/usr
 .for file in ${XFILES}
 	${INSTALL} -T package=${PACKAGE_${file}:Uexamples} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
 		${.CURDIR}/${file} ${DESTDIR}${BINDIR}/${file}



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