about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-23 00:11:31 +0000
committerGitHub <noreply@github.com>2023-09-23 00:11:31 +0000
commitc7e7b8497d030b52632cba51334a2320fb0655f6 (patch)
tree7dc94ce67903f25a4c304e8b98dbe66873447e72 /doc
parent8d865daa72a5346a7c075c8fe71d8224c2b1bd17 (diff)
parentc55d42452a85ce478b12e67b15b1f2bdf30c8dff (diff)
Merge master into haskell-updates
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/bmake.section.md7
-rw-r--r--doc/hooks/index.md1
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/hooks/bmake.section.md b/doc/hooks/bmake.section.md
new file mode 100644
index 0000000000000..6b40ac13e8b95
--- /dev/null
+++ b/doc/hooks/bmake.section.md
@@ -0,0 +1,7 @@
+# bmake {#bmake-hook}
+
+[bmake](https://www.crufty.net/help/sjg/bmake.html) is the portable variant of
+NetBSD make utility.
+
+In Nixpkgs, `bmake` comes with a hook that overrides the default build, check,
+install and dist phases.
diff --git a/doc/hooks/index.md b/doc/hooks/index.md
index 8100e91c8b481..363d627e52582 100644
--- a/doc/hooks/index.md
+++ b/doc/hooks/index.md
@@ -8,6 +8,7 @@ The stdenv built-in hooks are documented in [](#ssec-setup-hooks).
 autoconf.section.md
 automake.section.md
 autopatchelf.section.md
+bmake.section.md
 breakpoint.section.md
 cmake.section.md
 gdk-pixbuf.section.md