summaryrefslogtreecommitdiff
path: root/devel/bmake/files/patch-boot-strap
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/patch-boot-strap')
-rw-r--r--devel/bmake/files/patch-boot-strap12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/bmake/files/patch-boot-strap b/devel/bmake/files/patch-boot-strap
deleted file mode 100644
index e17b2d885bd0..000000000000
--- a/devel/bmake/files/patch-boot-strap
+++ /dev/null
@@ -1,12 +0,0 @@
---- boot-strap.orig 2022-06-29 08:25:21.380209000 +0300
-+++ boot-strap 2022-06-29 08:25:03.068725000 +0300
-@@ -413,9 +413,6 @@
- [ -s make-bootstrap.sh ] || op_configure
- chmod 755 make-bootstrap.sh || exit 1
- ./make-bootstrap.sh || exit 1
-- case "$op" in
-- build) op_test;;
-- esac
- }
-
- op_test() {