Added bmake and byacc

This commit is contained in:
Ella-0 2020-12-27 17:36:57 +00:00
parent cbbe7641e9
commit 3c2f4acc23
3 changed files with 79 additions and 0 deletions

11
pkgs/bmake/no-test.patch Normal file
View file

@ -0,0 +1,11 @@
--- ../bmakeb/bmake/boot-strap 2020-11-13 21:47:25.000000000 +0000
+++ boot-strap 2020-12-27 17:26:13.126598658 +0000
@@ -431,7 +431,7 @@
op_test() {
[ -x bmake ] || op_build
- Bmake test || exit 1
+ #Bmake test || exit 1
}
op_clean() {