svn commit: r278873 - head

Rui Paulo rpaulo at FreeBSD.org
Mon Feb 16 23:29:57 UTC 2015


Author: rpaulo
Date: Mon Feb 16 23:29:56 2015
New Revision: 278873
URL: https://svnweb.freebsd.org/changeset/base/278873

Log:
  Fix a typo when invoking tar(1) to create the debug distributions.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Feb 16 22:33:44 2015	(r278872)
+++ head/Makefile.inc1	Mon Feb 16 23:29:56 2015	(r278873)
@@ -929,7 +929,7 @@ packageworld:
 	    @${DESTDIR}/${DISTDIR}/${dist}.debug.meta
 . else
 	${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \
-	    tar cvJfL ${DESTDIR}/${DISTDIR}/${dist}-dbg.txz \
+	    tar cvJLf ${DESTDIR}/${DISTDIR}/${dist}-dbg.txz \
 	    usr/lib/debug
 . endif
 .endfor


More information about the svn-src-all mailing list