summaryrefslogtreecommitdiffhomepage
path: root/patches/bmake.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-11 11:49:15 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-11 11:49:15 +0000
commitc993844a6b649a56cd3f6f94983613a848b81eeb (patch)
tree1f349b59d36151636a92a730b0073d7237588301 /patches/bmake.local.patch
parent41b9f6cabc89044decc8aed3fd564a4a0f4176a1 (diff)
downloadmidipix_build-c993844a6b649a56cd3f6f94983613a848b81eeb.tar.bz2
midipix_build-c993844a6b649a56cd3f6f94983613a848b81eeb.tar.xz
vars/build.vars:native_packages_deps: adds bmake (master.)
patches/bmake.local.patch: cross-compile w/ ${PREFIX}/bin/bmake.
Diffstat (limited to 'patches/bmake.local.patch')
-rw-r--r--patches/bmake.local.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/bmake.local.patch b/patches/bmake.local.patch
new file mode 100644
index 00000000..0b8eb731
--- /dev/null
+++ b/patches/bmake.local.patch
@@ -0,0 +1,19 @@
+--- 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}" "$@"
+ )
+ }
+