aboutsummaryrefslogtreecommitdiff
path: root/bmake/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-12 07:30:22 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-12 07:30:22 +0000
commit17b3343e0e69597ef19ef0636f24f2eff070da8c (patch)
tree1983d780feebc87beda6b45e664dba837fc2911b /bmake/abuild
parent46ed11501c3d4ea211c0a8494fe20ff58bd1691e (diff)
downloadalicelinux-17b3343e0e69597ef19ef0636f24f2eff070da8c.tar.gz
alicelinux-17b3343e0e69597ef19ef0636f24f2eff070da8c.zip
Woodpecker CI 56431a6959312e549b43ccace3cc194a92b94517 [SKIP CI]
Diffstat (limited to 'bmake/abuild')
-rw-r--r--bmake/abuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/bmake/abuild b/bmake/abuild
new file mode 100644
index 00000000..9954d480
--- /dev/null
+++ b/bmake/abuild
@@ -0,0 +1,9 @@
+name=bmake
+version=20250528
+release=1
+source="https://www.crufty.net/ftp/pub/sjg/${name}-${version}.tar.gz
+ separate-tests.patch"
+
+prebuild() {
+ sed -i unit-tests/Makefile -e "/deptgt-delete_on_error/d"
+}