Prevent including .zfs snapshot directories in the src.txz
distribution. This can happen if the src/ tree checkout is within its own ZFS dataset, and the 'snapdir' ZFS property is set to 'visible.' Approved by: hrs MFC after: 3 days X-MFC-To: stable/9 only
This commit is contained in:
parent
a0f63581ce
commit
9f5907dbbe
@ -83,7 +83,7 @@ kernel.txz:
|
||||
src.txz:
|
||||
mkdir -p ${DISTDIR}/usr
|
||||
ln -fs ${WORLDDIR} ${DISTDIR}/usr/src
|
||||
cd ${DISTDIR} && tar cLvJf ${.OBJDIR}/src.txz --exclude .svn \
|
||||
cd ${DISTDIR} && tar cLvJf ${.OBJDIR}/src.txz --exclude .svn --exclude .zfs \
|
||||
--exclude CVS --exclude @ --exclude usr/src/release/dist usr/src
|
||||
|
||||
ports.txz:
|
||||
|
Loading…
x
Reference in New Issue
Block a user