svn commit: r278450 - head/release

Glen Barber gjb at FreeBSD.org
Mon Feb 9 10:46:40 UTC 2015


Author: gjb
Date: Mon Feb  9 10:46:39 2015
New Revision: 278450
URL: https://svnweb.freebsd.org/changeset/base/278450

Log:
  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

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Mon Feb  9 10:42:27 2015	(r278449)
+++ head/release/Makefile	Mon Feb  9 10:46:39 2015	(r278450)
@@ -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


More information about the svn-src-head mailing list