iglunix/base/bmake/no-test.patch
2021-12-26 12:40:14 +00:00

11 lines
172 B
Diff

--- a/boot-strap
+++ b/boot-strap
@@ -420,7 +420,7 @@
op_test() {
[ -x bmake ] || op_build
- Bmake test "$@" || exit 1
+ #Bmake test "$@" || exit 1
}
op_clean() {