Revert r278445.

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
This commit is contained in:
Glen Barber 2015-02-09 10:46:39 +00:00
parent 7ffa77fa95
commit b6fdce7ea7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278450

View File

@ -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