Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2004 00:55:32 +0200
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        freebsd-current <freebsd-current@freebsd.org>
Subject:   make release: creating a trimmed down release?
Message-ID:  <20041018225532.GE4968@isis.wad.cz>

next in thread | raw e-mail | index | archive | help
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 \
    BUILDNAME=$buildname \
    CHROOTDIR=$chrootdir \
    CVSROOT=$cvsroot \
    EXTSRCDIR=$extsrcdir \
    RELEASETAG=$releasetag \
    KERNEL_FLAGS=-j8 \
    WORLD_FLAGS=-j8 \
    -DNODOC \
    -DNOPORTS \
    -DNO_CXX \
    -DNO_BLUETOOTH \
    -DNO_DYNAMICROOT \
    -DNO_FORTRAN \
    -DNO_I4B \
    -DNO_IPFILTER \
    -DNO_KERBEROS \
    -DNO_OBJC \
    -DNO_OPENSSH \
    -DNO_OPENSSL \
    -DNO_SENDMAIL \
    -DNO_TOOLCHAIN \
    -DNOATM \
    -DNOGAMES \
    -DNOINET6 \
    -DNOPROFILE \
    -DNO_BIND


-- 
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?20041018225532.GE4968>