summaryrefslogtreecommitdiffhomepage
path: root/patches/bmake.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/bmake.local.patch')
-rw-r--r--patches/bmake.local.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/bmake.local.patch b/patches/bmake.local.patch
deleted file mode 100644
index 32bf1d36..00000000
--- a/patches/bmake.local.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- bmake/boot-strap.orig 2020-02-08 19:30:56.653565539 +0000
-+++ bmake/boot-strap 2020-02-11 11:45:44.426114614 +0000
-@@ -202,7 +202,6 @@
- fi
-
- op=all
--BMAKE=
-
- while :
- do
-@@ -391,7 +390,7 @@
- cd $Mydir &&
- MAKESYSPATH=$mksrc SRCTOP=$Mydir OBJTOP=$objdir \
- MAKEOBJDIR='${.CURDIR:S,${SRCTOP:tA},${OBJTOP:tA},}' \
-- ${BMAKE:-$objdir/bmake} -f $Mydir/Makefile "$@"
-+ ${BMAKE} -f $Mydir/Makefile TEST_MAKE="${BMAKE}" "$@"
- )
- }
-
---- bmake/install-sh.orig 2020-02-15 15:51:24.856000000 +0000
-+++ bmake/install-sh 2020-02-20 15:52:47.596000000 +0000
-@@ -1,3 +1,4 @@
-+#!/bin/sh
- :
- # NAME:
- # install.sh - portable version of install(1)