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:
parent
ee1627c4db
commit
ea85204f94
2
Makefile
2
Makefile
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user