Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis implifies pathing in make/displayed outputMFC after: 3 weeksSponsored by: Dell EMC Isilon
DIRDEPS_BUILD: Regenerate without local dependencies.These are no longer needed after the recent 'beforebuild: depend' changesand hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports
DIRDEPS_BUILD: Regenerate without local dependencies.These are no longer needed after the recent 'beforebuild: depend' changesand hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supportsskipping 'make depend'.Sponsored by: EMC / Isilon Storage Division
show more ...
First pass through library packaging.Sponsored by: The FreeBSD Foundation
META MODE: Don't create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln
META MODE: Don't create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln are newer than the sourcefile. There's no reason for meta mode to do this as make is alreadyhandling the rebuild dependency fine.Sponsored by: EMC / Isilon Storage Division
Remove unneeded libutil dependency for sendmail.It included libutil.h for setproctitle(3), which was moved from libutil to libcin r65353 in 2000.Reviewed by: gshapiro [sendmail change]Sponsored
Remove unneeded libutil dependency for sendmail.It included libutil.h for setproctitle(3), which was moved from libutil to libcin r65353 in 2000.Reviewed by: gshapiro [sendmail change]Sponsored by: EMC / Isilon Storage DivisionDifferential Revision: https://reviews.freebsd.org/D4261
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I'm setting WARNS?=0 for secure/. It seems secure/ includes theMakef
Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I'm setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I'm not going to touch that directory.Most of the code there is contributed anyway.
For variables that are only checked with defined(), don't provideany fake value.
Remove MAINTAINER= lines from individual Makefiles in favor of theMAINTAINER file (which already had entries for sendmail).
Removed now unused INTERNALSTATICLIB.INTERNALLIB now implies NOPIC and NOPROFILE.Removed gratuitous NOMAN.
Update build infrastructure for sendmail 8.12.
Add a MAINTAINER= line so people know who to blame
Give users a way to alter the sendmail (and related utilities) buildenvironment so they can enable functionality such as SASL, LDAP, Hesiod.
The rest of the changes needed to support the new version of sendmail (8.11.0).Beyond changes to the build system, this includes fixing up the samplefreebsd.mc configuration for changes in defaults
The rest of the changes needed to support the new version of sendmail (8.11.0).Beyond changes to the build system, this includes fixing up the samplefreebsd.mc configuration for changes in defaults and syntax, removingoutdated documentation, and updating the release notes.