Rename the signpackages target to sign-packages, and include it in the

packages meta-target so 'make packages' now does everything.
This commit is contained in:
Dag-Erling Smørgrav 2016-02-08 16:34:13 +00:00
parent ee1627c4db
commit ea85204f94
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
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}

View File

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