diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-27 08:04:23 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-27 08:04:23 +0200 |
commit | 938c5c45b976387ceea5792b0ce9717dd97667eb (patch) | |
tree | f0dfdb3728fe7b62aef4a395f24f8e66cf85d824 /etc | |
parent | 0753bb40540d5f1754ddd508614b3b606e10bd93 (diff) | |
download | midipix_build-938c5c45b976387ceea5792b0ce9717dd97667eb.tar.bz2 midipix_build-938c5c45b976387ceea5792b0ce9717dd97667eb.tar.xz |
Generalise subr.pkg/*.subr code.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 5 | ||||
-rw-r--r-- | etc/build.usage | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/etc/README.md b/etc/README.md index 6c6c80c0..1d0acfe9 100644 --- a/etc/README.md +++ b/etc/README.md @@ -447,7 +447,7 @@ package build completion corresponds to the pseudo-build step ``finish``. | install_subdirs | Create default directory hierarchy in ``${PKG_DESTDIR}``, optionally amended w/ ``${PKG_INSTALL_FILES_DESTDIR_EXTRA}`` |
| install_make | Call ``make(1)`` w/ ``${PKG_INSTALL_TARGET}`` (defaults to ``install``) and installation-time set of make variables |
| install_files | Install ``${PKG_INSTALL_FILES}`` and/or ``${PKG_INSTALL_FILES_V2}``, fix directory and file mode bits within ``${PKG_DESTDIR}`` and optionally ``${PKG_DESTDIR_HOST}``, ``pkgconf(1)`` package files, and/or stripped binaries within ``${PKG_DESTDIR}`` |
-| install_libs | Purge libtool ``.la`` files and install shared objects within ``${PKG_DESTDIR}`` w/ ``perk`` and corresponding symbolic links |
+| | Purge libtool ``.la`` files and install shared objects within ``${PKG_DESTDIR}`` w/ ``perk`` and corresponding symbolic links |
| install | Install into ``${PKG_PREFIX}``, and optionally ``${PKG_DESTDIR_HOST}`` into ``${PREFIX}``, under mutex, and add package to ``${PREFIX}/pkglist.${PKG_BUILD_TYPE}`` (unless inhibited) |
| install_rpm | Build package RPM w/ auto-generated specifiation file based on ``etc/package.spec`` beneath ``${PREFIX_RPM}`` |
| clean | Clean ``${PKG_BUILD_DIR}`` and/or ``${PKG_DESTDIR}`` and/or ``${PKG_DESTDIR_HOST}`` and/or ``${PKG_BASE_DIR}/${PKG_SUBDIR}`` as per ``-C build,dest,src``, resp., if any |
@@ -865,8 +865,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[ fetch_clean, fetch_download, fetch_extract, configure_clean,
configure_patch_pre, configure_autotools, configure_patch,
configure, build_clean, build, install_clean, install_subdirs,
- install_make, install_files, install_libs, install, install_rpm,
- and clean.
+ install_make, install_files, install, install_rpm, and clean.
Additionally, the following virtual steps are provided:
@fetch, @configure, @build, @install, @clean, and finish.
diff --git a/etc/build.usage b/etc/build.usage index 5c7bd5ec..26a2b297 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -48,7 +48,7 @@ [93mfetch_clean[90m,[93m fetch_download[90m,[93m fetch_extract[90m,[93m configure_clean[90m,[0m [93mconfigure_patch_pre[90m,[93m configure_autotools[90m,[93m configure_patch[90m,[0m [93mconfigure[90m,[93m build_clean[90m,[93m build[90m,[93m install_clean[90m,[93m install_subdirs[90m,[0m - [93minstall_make[90m,[93m install_files[90m,[93m install_libs[90m,[93m install[90m,[93m install_rpm[90m,[0m + [93minstall_make[90m,[93m install_files[90m,[93m install[90m,[93m install_rpm[90m,[0m [96mand [93mclean[90m.[0m [96mAdditionally, the following virtual steps are provided:[0m |