Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2015 16:19:36 +0100
From:      <rank1seeker@gmail.com>
To:        hackers@freebsd.org
Subject:   Making release
Message-ID:  <20150311161936.0000658f@gmail.com>

next in thread | raw e-mail | index | archive | help

So I've updated my 10.1 RELEASE i386 to patch p6 and decided to have *.txz generic binaries by building my own release
Not in chroot:
After make of world and kernel, I decided to build release only for ftp
# make ftp
# make install DESTDIR=/tmp
This step:
    Fills /tmp/ftp/*.txz and I expected layout as /tmp/ftp/i386/10.1-RELEASE-p6/*.txz, as on ftp://ftp.freebsd.org
    Arch and version actually are part of image media name.

    If not ALL is being built, install will error about not founding cd/dvd image, which is next what it tries to install.
    Make target 'install' simply doesn't checks for what has actually been built.


Domagoj Smolčić



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150311161936.0000658f>