diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 07:29:39 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 07:29:39 +0000 |
| commit | 56431a6959312e549b43ccace3cc194a92b94517 (patch) | |
| tree | 05f238295d61b06ea7ae0d65e3f28bddc10a05b8 /repos/extra/bmake/abuild | |
| parent | 4088153d1155ea46155b33010bda0e3305498529 (diff) | |
| download | alicelinux-56431a6959312e549b43ccace3cc194a92b94517.tar.gz alicelinux-56431a6959312e549b43ccace3cc194a92b94517.zip | |
bmake: new added
Diffstat (limited to 'repos/extra/bmake/abuild')
| -rw-r--r-- | repos/extra/bmake/abuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/repos/extra/bmake/abuild b/repos/extra/bmake/abuild new file mode 100644 index 00000000..9954d480 --- /dev/null +++ b/repos/extra/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" +} |