Skip to content

Commit

Permalink
Revert r278445.
Browse files Browse the repository at this point in the history
I was going to use __FreeBSD_version to determine if
xz(1) should be multi-threaded by default, but doing
this will cause problems if/when the changes are merged
from head.

Sponsored by:	The FreeBSD Foundation


git-svn-id: svn+ssh://svn.freebsd.org/base/head@278450 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
gjb committed Feb 9, 2015
1 parent 4881a3c commit a46d860
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ TARGET_ARCH= ${TARGET}
IMAKE= ${MAKE} TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}
DISTDIR= dist

# Get the __FreeBSD_version for the build
FREEBSD_VERSION!= awk '/^\#define __FreeBSD_version/ {print $$3}' \
${.CURDIR}/../sys/sys/param.h

.if !defined(NO_XZTHREADS) && empty(XZ_THREADS)
XZ_THREADS= 0
.else
Expand Down

0 comments on commit a46d860

Please sign in to comment.