Source Build Question

Rick Miller vmiller at hostileadmin.com
Mon Jan 26 15:11:33 UTC 2015


Hi all,

The output below is an excerpt from 2 source builds of the same source
(releng/10.0) on 2 different hosts.  The obvious difference is "all" vs
"depend", but what exactly does this signify and does it impact the
performance of a build?

/*** Source build, Host 1 ***/
===> lib/clang/libllvmanalysis (all)
===> lib/clang/libllvmarchive (all)
===> lib/clang/libllvmasmparser (all)
===> lib/clang/libllvmasmprinter (all)
===> lib/clang/libllvmbitreader (all)
===> lib/clang/libllvmbitwriter (all)

/*** Source build, Host 2 ***/
===> lib/clang/libllvmanalysis (depend)
===> lib/clang/libllvmarchive (depend)
===> lib/clang/libllvmasmparser (depend)
===> lib/clang/libllvmasmprinter (depend)
===> lib/clang/libllvmbitreader (depend)
===> lib/clang/libllvmbitwriter (depend)


-- 
Take care
Rick Miller


More information about the freebsd-questions mailing list