summaryrefslogtreecommitdiffhomepage
path: root/patches/bmake_host.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/bmake_host.local.patch')
-rw-r--r--patches/bmake_host.local.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/patches/bmake_host.local.patch b/patches/bmake_host.local.patch
deleted file mode 100644
index 0999df4d..00000000
--- a/patches/bmake_host.local.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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)
---- bmake/makefile.in.orig 2022-12-26 19:16:39.881930779 +0100
-+++ bmake/makefile.in 2023-03-23 18:09:58.883692945 +0100
-@@ -9,6 +9,6 @@
- all: build
-
- build clean install test:
-- ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@
-+ MAKEFLAGS="${MAKEFLAGS%*--jobserver-auth=[0-9],[0=9]*}" ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@
-
-