make release: creating a trimmed down release?

Roman Neuhauser neuhauser at chello.cz
Mon Oct 18 15:55:34 PDT 2004


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


More information about the freebsd-current mailing list