Date: Tue, 19 Oct 2004 16:24:07 +0200 From: Roman Neuhauser <neuhauser@chello.cz> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: freebsd-current <freebsd-current@freebsd.org> Subject: Re: make release: creating a trimmed down release? Message-ID: <20041019142407.GA2320@isis.wad.cz> In-Reply-To: <Pine.BSF.4.53.0410190814000.59402@e0-0.zab2.int.zabbadoz.net> References: <20041018225532.GE4968@isis.wad.cz> <20041019055333.GC90781@ip.net.ua> <Pine.BSF.4.53.0410190814000.59402@e0-0.zab2.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
# bzeeb-lists@lists.zabbadoz.net / 2004-10-19 08:18:03 +0000: > On Tue, 19 Oct 2004, Ruslan Ermilov wrote: > > > On Tue, Oct 19, 2004 at 12:55:32AM +0200, Roman Neuhauser wrote: > > > I'd like to create a trimmed down release, but it looks like > > > make release -DNO_CXX ... is not the way to go. What's the official > > > way of doing this kind of stuff? Specifically, I've attempted the build > > > with > > > > > > make release \ > ... > > Try adding these -DNO*'s to WORLD_FLAGS. No guarantee it will all work, > > but chances are good that most of them will work. > > the only one I am aware that does not work is NO_YP_LIBC and I am > working on that. is __MAKE_CONF equivalent to WORLD_FLAGS? I tried this sequence: cd /usr/src make cleanworld make buildworld __MAKE_CONF=$HOME/make.conf cd release make release __MAKE_CONF=$HOME/make.conf but it bombed out at the same place. I tried a new build with NO_TOOLCHAIN commented out, and got a different but similar error: cc: installation problem, cannot exec `cc1plus': No such file or directory I see phk hacking around the release target, does that mean it's ill-suited for custom releases? -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041019142407.GA2320>