Changeset View
Changeset View
Standalone View
Standalone View
Makefile.inc1
| Show First 20 Lines • Show All 2,412 Lines • ▼ Show 20 Lines | real-sign-packages: _pkgbootstrap .PHONY | ||||
| printf "version = 2;\n" > ${WSTAGEDIR}/meta | printf "version = 2;\n" > ${WSTAGEDIR}/meta | ||||
| @${PKG_CMD} -o ABI=${PKG_ABI} -o OSVERSION="${SRCRELDATE}" \ | @${PKG_CMD} -o ABI=${PKG_ABI} -o OSVERSION="${SRCRELDATE}" \ | ||||
| -o WORKERS_COUNT=${PKG_WORKERS_COUNT} repo \ | -o WORKERS_COUNT=${PKG_WORKERS_COUNT} repo \ | ||||
| -m ${WSTAGEDIR}/meta \ | -m ${WSTAGEDIR}/meta \ | ||||
| -o ${REPODIR}/${PKG_ABI}/${PKG_VERSION} \ | -o ${REPODIR}/${PKG_ABI}/${PKG_VERSION} \ | ||||
| ${REPODIR}/${PKG_ABI}/${PKG_VERSION} \ | ${REPODIR}/${PKG_ABI}/${PKG_VERSION} \ | ||||
| ${PKG_REPO_SIGNING_KEY} ; \ | ${PKG_REPO_SIGNING_KEY} ; \ | ||||
| cd ${REPODIR}/${PKG_ABI}; \ | cd ${REPODIR}/${PKG_ABI}; \ | ||||
| ln -hfs ${PKG_OUTPUT_DIR} latest | ln -nfs ${PKG_OUTPUT_DIR} latest | ||||
| # | # | ||||
| # | # | ||||
| # checkworld | # checkworld | ||||
| # | # | ||||
| # Run test suite on installed world. | # Run test suite on installed world. | ||||
| # | # | ||||
| checkworld: .PHONY | checkworld: .PHONY | ||||
| ▲ Show 20 Lines • Show All 1,667 Lines • Show Last 20 Lines | |||||