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
strings: disable Casper support while building native-xtoolsReported by: Charlie LiTested by: Charlie Li
strings: capsicumize itReviewed by: cemDiscussed with: emasteDifferential Revision: https://reviews.freebsd.org/D18038
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.
Use `The .Nm utility'
remove __P
Remove to-be-default WARNS?=2
Warns cleanups.
Remove whitespace at EOL.
mdoc(7) police: removed HISTORY info from the .Os call.
MAN[1-9] -> MAN.
getopt and friends are declared in <unistd.h>getopt returns -1 not EOF.
$Id$ -> $FreeBSD$
Add $Id$, to make it simpler for members of the translation teams totrack.The $Id$ line is normally at the bottom of the main comment block in theman page, separated from the rest of the manpage
Add $Id$, to make it simpler for members of the translation teams totrack.The $Id$ line is normally at the bottom of the main comment block in theman page, separated from the rest of the manpage by an empty comment,like so; .\" $Id$ .\"If the immediately preceding comment is a @(#) format ID marker than thethe $Id$ will line up underneath it with no intervening blank lines.Otherwise, an additional blank line is inserted.Approved by: bde
malloc(3) need to allocate one byte more.PR: 10855Submitted by: Petteri Holländer <[email protected]>
Install the legacy man file in section 1aout.
ELF preparation step 1:Move our old a.out utils to /usr/libexec/aout.Enable binutils and put the utils in /usr/libexec/elfEnable objformat, a little helper program that calls the rightutils base
ELF preparation step 1:Move our old a.out utils to /usr/libexec/aout.Enable binutils and put the utils in /usr/libexec/elfEnable objformat, a little helper program that calls the rightutils based on /etc/objformat and $OBJFORMAT.This will enable the ELF generating tools.Remember that this is only step one, the system is still compiledand run in a.out format ONLY.Problem left to solve: The BSD manpages wins over the GNU equivalentsas the are installed last. We need to distinguish between the manpagessomehow...
Use err(3).
compare return value from getopt against -1 rather than EOF, per the finalposix standard on the topic.
12