Update Makefile.depend filesUpdate a bunch of Makefile.depend files asa result of adding Makefile.depend.options filesReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDi
Update Makefile.depend filesUpdate a bunch of Makefile.depend files asa result of adding Makefile.depend.options filesReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDifferential Revision: https://reviews.freebsd.org/D22494
show more ...
Add Makefile.depend.optionsLeaf directories that have dependencies impactedby options need a Makefile.depend.options fileto avoid churn in Makefile.dependDIRDEPS for cases such as OPENSSL, TCP_
Add Makefile.depend.optionsLeaf directories that have dependencies impactedby options need a Makefile.depend.options fileto avoid churn in Makefile.dependDIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etccan be set in local.dirdeps-options.mkwhich can add to those set in Makefile.depend.optionsSee share/mk/dirdeps-options.mkReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDifferential Revision: https://reviews.freebsd.org/D22469
Capsicumize nm(1).Reviewed by: emasteSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D21107
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeIt's provided by sys.mk so there's no need to derive it from ${.CURDIR}.Suggested by: ngieSponsored by: The FreeBSD FoundationDifferen
elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeIt's provided by sys.mk so there's no need to derive it from ${.CURDIR}.Suggested by: ngieSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D5998
Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainThis produces a nicer path in debug info and build logs.MFC after: 1 weekSponsored by: The FreeBSD Foundation
new depends
Build infrastructure for elftoolchain toolsSet WITH_ELFTOOLCHAIN_TOOLS in src.conf to use the elftoolchain versionof the following tools: * addr2line * elfcopy (strip / mcs) * nm * size * st
Build infrastructure for elftoolchain toolsSet WITH_ELFTOOLCHAIN_TOOLS in src.conf to use the elftoolchain versionof the following tools: * addr2line * elfcopy (strip / mcs) * nm * size * stringsReviewed by: bapt (earlier version)Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D1224
Finish the deorbital burn of the i386-only a.out toolchain.
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,especially in troff files.
Introduce enumerate of options using the standard way:
Fix some easy warnings; ANSIfy, constify.Fix VCS inclusion and deregister.
remove __P
Expland the emalloc to do the testing at the place of mallocing.
Remove whitespace at EOL.
mdoc(7) police: removed HISTORY info from the .Os call.
MAN[1-9] -> MAN.
Fix typo: seperate -> separate.Seperate does not exist in the english language.
mdoc(7) police: split punctuation characters + misc fixes.
Prepare for mdoc(7)NG.
getopt and friends are declared in <unistd.h>getopt returns -1 not EOF.
Restore this file.Requested by: bde
Add descriptions of the nm(1aout) keywords and their meanings.PR: docs/17269Submitted by: Oscar Bonilla <[email protected]>
nm.1aout is used here now.
12