svn commit: r492704 - head/emulators/xen-kernel411

Roger Pau Monné royger at FreeBSD.org
Mon Feb 11 17:38:14 UTC 2019


Author: royger (src committer)
Date: Mon Feb 11 17:38:13 2019
New Revision: 492704
URL: https://svnweb.freebsd.org/changeset/ports/492704

Log:
  xen-kernel411: use an explicit build-only target in do-build
  
  The xen target used previously will also call the install target,
  leaving unwanted stuff in the staging directory.
  
  Sponsored by: Citrix Systems R&D

Modified:
  head/emulators/xen-kernel411/Makefile

Modified: head/emulators/xen-kernel411/Makefile
==============================================================================
--- head/emulators/xen-kernel411/Makefile	Mon Feb 11 17:37:53 2019	(r492703)
+++ head/emulators/xen-kernel411/Makefile	Mon Feb 11 17:38:13 2019	(r492704)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xen
 PORTVERSION=	4.11.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
 PKGNAMESUFFIX=	-kernel411
@@ -117,7 +117,7 @@ IGNORE=		only supported on recent FreeBSD HEAD
 # The ports native 'build' target cannot be used because it sets
 # CFLAGS, and that breaks the Xen build system.
 do-build:
-	${MAKE_CMD} -j${MAKE_JOBS_NUMBER} -C ${WRKSRC} xen ${MAKE_ARGS}
+	${MAKE_CMD} -j${MAKE_JOBS_NUMBER} -C ${WRKSRC} build-xen ${MAKE_ARGS}
 
 do-install:
 	${MKDIR} ${STAGEDIR}/boot


More information about the svn-ports-all mailing list