svn commit: r295397 - projects/release-pkg

Dag-Erling Smørgrav des at FreeBSD.org
Mon Feb 8 16:34:15 UTC 2016


Author: des
Date: Mon Feb  8 16:34:13 2016
New Revision: 295397
URL: https://svnweb.freebsd.org/changeset/base/295397

Log:
  Rename the signpackages target to sign-packages, and include it in the
  packages meta-target so 'make packages' now does everything.

Modified:
  projects/release-pkg/Makefile
  projects/release-pkg/Makefile.inc1

Modified: projects/release-pkg/Makefile
==============================================================================
--- projects/release-pkg/Makefile	Mon Feb  8 16:08:13 2016	(r295396)
+++ projects/release-pkg/Makefile	Mon Feb  8 16:34:13 2016	(r295397)
@@ -128,7 +128,7 @@ TGTS=	all all-man buildenv buildenvvars 
 	build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
 	xdev-links native-xtools stageworld stagekernel stage-packages \
 	create-world-packages create-kernel-packages create-packages \
-	packages installconfig signpackages
+	packages installconfig sign-packages
 
 TGTS+=	${SUBDIR_TARGETS}
 

Modified: projects/release-pkg/Makefile.inc1
==============================================================================
--- projects/release-pkg/Makefile.inc1	Mon Feb  8 16:08:13 2016	(r295396)
+++ projects/release-pkg/Makefile.inc1	Mon Feb  8 16:34:13 2016	(r295397)
@@ -1374,7 +1374,7 @@ _pkgbootstrap:
 	@env ASSUME_ALWAYS_YES=YES pkg bootstrap
 .endif
 
-packages:	stage-packages create-packages
+packages:	stage-packages create-packages sign-packages
 
 stage-packages:
 	@mkdir -p ${WSTAGEDIR} ${KSTAGEDIR}
@@ -1476,7 +1476,7 @@ create-kernel-packages:	_pkgbootstrap
 .endfor
 .endif
 
-signpackages:	_pkgbootstrap
+sign-packages:	_pkgbootstrap
 	@pkg -o ABI_FILE=${WSTAGEDIR}/bin/sh repo ${REPODIR}/$$(pkg -o ABI_FILE=${WSTAGEDIR}/bin/sh config ABI) ${PKGSIGNKEY}
 
 #


More information about the svn-src-projects mailing list