[flashboot] flashboot build issue?

Stephan Tesch stephan at tesch.cx
Wed Sep 19 05:17:24 EST 2007


Am Montag, 17. September 2007 17:18:13 schrieb Rickard Dahlstrand:
> Kevin Steves wrote:
> > On Sat, Sep 15, 2007 at 07:36:08PM +0200, Stephan Tesch wrote:
> > : You might want to add MAKECONF to env_keep in /etc/sudoers and retry
> > : the build with sudo enabled. That is what worked for me (and what has
> > : changed between 4.1 and 4.2).
> >
> > yes, that addresses the problem.  thanks for tracking it down.
>
> Excellent work tracking this down, can you provide us with a patch so
> that we can update the CVS?
>
> Rickard.

How about this, it fixes at least the build problems.

--- build-release.sh.orig       Tue Sep 18 21:15:32 2007
+++ build-release.sh    Tue Sep 18 18:44:58 2007
@@ -14,7 +14,7 @@

 RELEASEDIR=${BASE}/release${_MINI}
 MAKECONF=${BASE}/mk${_MINI}.conf
-SUDO=sudo
+SUDO="sudo MAKECONF=${MAKECONF}"

 export BSDSRCDIR BSDOBJDIR DESTDIR RELEASEDIR MAKECONF SUDO


More information about the flashboot mailing list