diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/bmake.local.patch | 19 |
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}" "$@" + ) + } + |