Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2026 23:44:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 294436] bmake: Linux cross-build fails, MAKEOBJDIR issue
Message-ID:  <bug-294436-227-ssvjd1JyDE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294436-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294436

--- Comment #3 from Lexi Winter <ivy@FreeBSD.org> ---
this seems to be related to .MAKE.SAVE_DOLLARS.  this patch works around the
problem:

diff --git a/contrib/bmake/main.c b/contrib/bmake/main.c
index ace5c729be51..15b028a65241 100644
--- a/contrib/bmake/main.c
+++ b/contrib/bmake/main.c
@@ -1315,7 +1315,7 @@ ReadFirstDefaultMakefile(void)
 }

 #ifndef MAKE_SAVE_DOLLARS_DEFAULT
-# define MAKE_SAVE_DOLLARS_DEFAULT "yes"
+# define MAKE_SAVE_DOLLARS_DEFAULT "no"
 #endif

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294436-227-ssvjd1JyDE>