svn commit: r256947 - stable/10

Glen Barber gjb at FreeBSD.org
Tue Oct 22 23:37:55 UTC 2013


Author: gjb
Date: Tue Oct 22 23:37:54 2013
New Revision: 256947
URL: http://svnweb.freebsd.org/changeset/base/256947

Log:
  Revert r256944, which does not quite get the src/ directory correct.
  
  Discussed with:	cperciva
  Approved by:	re (implicit)
  Pointyhat:	gjb

Modified:
  stable/10/Makefile.inc1   (contents, props changed)

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1	Tue Oct 22 22:17:48 2013	(r256946)
+++ stable/10/Makefile.inc1	Tue Oct 22 23:37:54 2013	(r256947)
@@ -128,11 +128,8 @@ OSRELDATE=	0
 .endif
 
 .if !defined(VERSION)
-REVISION!=	make -C ${.CURDIR}/release -V REVISION
-BRANCH!=	make -C ${.CURDIR}/release -V BRANCH
-SRCRELDATE!=	awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
-		${.CURDIR}/sys/sys/param.h
-VERSION=	FreeBSD ${REVISION}-${BRANCH} ${TARGET_ARCH} ${SRCRELDATE}
+VERSION!=	uname -srp
+VERSION+=	${OSRELDATE}
 .endif
 
 KNOWN_ARCHES?=	amd64 arm armeb/arm armv6/arm i386 i386/pc98 ia64 mips mipsel/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64


More information about the svn-src-all mailing list