Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 06:59:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340113 - head/etc
Message-ID:  <201811040659.wA46xDIL009331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Nov  4 06:59:13 2018
New Revision: 340113
URL: https://svnweb.freebsd.org/changeset/base/340113

Log:
  Fix bad copy/paste

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Sun Nov  4 06:47:21 2018	(r340112)
+++ head/etc/Makefile	Sun Nov  4 06:59:13 2018	(r340113)
@@ -165,7 +165,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
 	    ${MTREE_FOLLOWS_SYMLINKS} -f $$m -p $$d; \
 	${MTREE_FILTER} $$m | \
 	${MTREE_CMD} -deU ${MTREE_FSCHG} ${MTREE_FOLLOWS_SYMLINKS} \
-	    -p $$d; \
+	    -p $$d
 .endfor
 .if defined(NO_ROOT)
 .for _m _d in ${MTREES}
@@ -178,7 +178,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
 	    "sed s#^\.#.$$d# | ${METALOG.add}" ; \
 	${MTREE_FILTER} $$m | \
 	${MTREE_CMD:N-W} -C -K all | sed s#^\.#.$$d# | \
-	    ${METALOG.add} ; \
+	    ${METALOG.add}
 .endfor
 .endif
 .if ${MK_NLS} != "no"



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