Date: Wed, 31 Aug 2005 17:16:01 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: dominique.goncalves@gmail.com Cc: freebsd-current@FreeBSD.org Subject: Re: make distribution fails with RELENG_6 on a 5.4-RELEASE-p6 host Message-ID: <20050831.171601.65987352.imp@bsdimp.com> In-Reply-To: <7daacbbe05083105486887f43e@mail.gmail.com> References: <7daacbbe05083105486887f43e@mail.gmail.com>
index | next in thread | previous in thread | raw e-mail
In message: <7daacbbe05083105486887f43e@mail.gmail.com>
Dominique Goncalves <dominique.goncalves@gmail.com> writes:
: I'm trying to create a livecd with freesbie2 [1] with RELENG_6 source
: on FreeBSD 5.4-RELEASE-p6,
: but the make distribution fails:
...
: cap_mkdb: illegal option -- l
: usage: cap_mkdb [-v] [-f outfile] file [file ...]
: *** Error code 1
I recently added the following knobs to the makefile to allow one to
do this. You'll need to invoke make distribution with
CAP_MKDB_ENDIAN="" and PWD_MKDB_ENDIAN="". This will limit you to
building only on the endian as the host, but that's usually not an
issue.
However, I've not yet MFC'd these changes to RELENG_6, so you'll need
to change the *_MKDB_ENDAIN= lines in etc/Makefile to be ?=
Warner
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050831.171601.65987352.imp>
