summaryrefslogtreecommitdiffstats
path: root/share/man/man5/make.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* MFC r266416:bjk2014-06-091-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r266416 | bjk | 2014-05-18 17:05:54 -0400 (Sun, 18 May 2014) | 14 lines Document some user-settable make variables in ports.7 This is not a comprehensive list, as the variables themselves are spread out over multiple files, but it is a start. Add a section to make.conf noting that variables may be set there that affect ports builds, but refer to ports.7 and elsewhere for the actual listing; any listing in make.conf.5 would likely become out of date fairly quickly. PR: docs/189199 Reviewed by: bdrewery (previous version) Approved by: hrs (mentor) ------------------------------------------------------------------------ PR: 189199 Approved by: hrs (mentor)
* MRC r265230:gjb2014-05-051-1/+3
| | | | | | | Clarify that MAKEOBJDIRPREFIX and MAKEOBJDIR are not honored as make(1) arguments. Sponsored by: The FreeBSD Foundation
* Remove references to CVS_UPDATE and SUP_UPDATE to catch up with r251084.gjb2013-05-281-66/+1
| | | | | MFC after: 1 month X-MFC-With: r251084, r251085
* Fix examples for overriding INSTALL to not suggest hardcodingbdrewery2013-04-261-2/+2
| | | | | | | | | | 'install' since it breaks buildworld after the introduction and use of 'install -l' in r245752. Overriding INSTALL causes /usr/bin/install to be used instead of the proper /usr/src/tools/install.sh which handles the new flag. Approved by: bapt MFC after: 2 weeks
* Retire the mislabeled ENABLE_SUID_SSH knob.des2013-03-221-5/+0
|
* - Mark SUP_UPDATE as deprecated in make.conf(5), providinggjb2013-01-221-5/+6
| | | | | | | | instructions to use SVN_UPDATE or freebsd-update(8). - While here, remove bogus NO_WWWUPDATE. MFC after: 3 days
* Generalize make.conf man page: use "cc" instead of "gcc"eadler2012-11-291-4/+4
| | | | | | | PR: misc/173604 Submitted by: Dan McGregor <dan.mcgregor@usask.ca> Approved by: bcr (mentor) MFC after: 3 days
* Bump .Ddeadler2012-10-141-1/+1
| | | | Approved by: joel
* Don't document the PORTSSUPFILE variable. Even though this still works,eadler2012-10-141-8/+0
| | | | | | | try to discourage users from depending on it. Approved by: joel MFC after: 3 days
* Remove documentation and www cvsup files as they are no longer usefuleadler2012-09-091-19/+3
| | | | | | | | with the switch to subversion. Approved by: gjb (man pages) Approved by: cperciva (example files, implicit) MFC after: 1 week
* Fix style nit: don't use leading zero for dates in .Ddeadler2012-06-051-1/+1
| | | | | | Prompted by: brueffer Approved by: brueffer MFC after: 3 days
* General mdoc(7) and typo fixes.gjb2012-05-121-1/+1
| | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Prefer the use of csup to cvsup when talking about the binary.eadler2012-05-021-2/+2
| | | | | | | PR: docs/167459 Submitted by: "Bryan Drewery" <bryan@shatow.net> Approved by: bcr MFC after: 1 week
* Minor whitespace cleanup to make.conf(5).gjb2011-12-111-2/+2
| | | | | MFC after: 1 week X-MFC-With: 228418
* Document the SVN variable needs to be set in make.conf(5) when SVN_UPDATEgjb2011-12-111-1/+7
| | | | | | | | | is set. PR: 163162 Submitted by: Oliver Hartmann <ohartman!zedat.fu-berlin.de> Patch by: Benjamin Kaduk <kaduk!mit.edu> (original) MFC after: 1 week
* It's a bit odd, but "make update" in src/ can also update the ports/,ru2011-06-161-16/+33
| | | | | | | | | | | | | | | | | | | | | | | | | doc/, and now www/ trees, but only using the "cvsup" transport. When "make update" is run using a tree's makefile, it can also use "cvs" (except for www/) and "svn" (only src/). Clean up documentation and code regarding "make update": - Increase oddness by adding support for WWWSUPFILE and NO_WWWUPDATE to Makefile.inc1 (analogous to PORTSSUPFILE/NO_PORTSUPDATE and DOCSUPFILE/NO_DOCUPDATE; WWWSUPFILE already supported by www/Makefile). - Document all trees that support CVS_UPDATE. - Document all trees that support SUP_UPDATE. - Document SVN_UPDATE. - Document NO_WWWUPDATE. - make.conf(5) mistakenly said that *SUPFILE* had defaults. - Add an example entry for WWWSUPFILE.
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-7/+7
| | | | | | | | | | | bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru
* Forgot to bump .Dd, so do it with this commit. Chose local time overimp2009-12-161-1/+1
| | | | UTC time for the date...
* Docmuent NO_KERNEL{CLEAN,CONFIG,DEPEND,OBJ} as necessary. Updateimp2009-12-161-0/+12
| | | | documentation on KERNFAST meaning.
* Document the WWWSUPFILE variable.remko2009-11-021-0/+8
| | | | | | | | PR: 137723 Submitted by: Sofian Brabez <sbrabez at gmail dot com> Approved by: imp (mentor, implicit) MFC after: 3 days Facilitated by: Snow B.V.
* o Document MALLOC_PRODUCTION knob.maxim2009-09-011-1/+7
| | | | | | PR: docs/136029 Submitted by: anonymous MFC after: 2 weeks
* You can never have enough documentation.gshapiro2007-06-151-0/+40
| | | | | | | | | | | | Document the SENDMAIL_ALIASES, SENDMAIL_MAP_SRC, SENDMAIL_MAP_TYPE, and SENDMAIL_START_SCRIPT .Xr make.conf 5 variables. These are used in .Pa /etc/mail/Makefile . PR: conf/40548 MFC after: 3 days
* Add LOADER_FIREWIRE_SUPPORT knob.simokawa2007-05-291-0/+11
| | | | Requested by: ru
* Markup fixes.ru2006-09-181-3/+0
|
* - Move descriptions of BOOT_COMCONSOLE_PORT, BOOT_COMCONSOLE_SPEED,ru2006-09-051-24/+44
| | | | | | | | | | and LOADER_TFTP_SUPPORT options into the world section since boot blocks are built as part of the world. - Document BOOT_PXELDR_ALWAYS_SERIAL and BOOT_PXELDR_PROBE_KEYBOARD options of pxeboot(8). MFC after: 3 days
* Remove reference to Alphawilko2006-05-151-1/+1
|
* Refer to csup in the make.conf(5) manpage.mux2006-05-151-0/+2
| | | | | | Insta-MFC to follow. Reminded by: ru (some time ago)
* Remove mentions of old compat options from here; equivalents areru2006-03-211-247/+3
| | | | now provided in src.conf(5).
* Mention NO_NLS_CATALOGS.ume2006-02-221-0/+4
| | | | Suggested by: Niclas Zeising <lothrandil__at__n00b.apagnu.se>
* NO_WPA_SUPPLICANT_EAPOL is a bool, not a strsam2006-02-211-1/+1
|
* Change default build of wpa_supplicant to include EAPOL support;sam2006-02-141-8/+3
| | | | | | | | ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL to build with only WPA-PSK support. Reviewed by: ru, bsdimp (basic approach) MFC after: 1 week
* Document NO_AUDIT make variable.csjp2006-02-121-0/+3
| | | | Obtained from: TrustedBSD Project
* Correct the meaning of the NO_SHARED knob.brueffer2006-02-101-1/+1
| | | | MFC after: 3 days
* Remove usbd(8) and all references to it. It is no longer necessaryiedowse2005-12-151-3/+1
| | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry
* Reorder the variable lists on this page alphabetically by make variablejkoshy2005-11-251-283/+283
| | | | | | name. Discussed with: ru
* - Move the documentation for the ENABLE_WPA_SUPPLICANT_EAPOL knob to intojkoshy2005-11-191-13/+16
| | | | | | the list for 'world' builds. - Increase the width of a bullet list. - Use .Ss to name sub-sections of this file.
* -mdoc sweep.ru2005-11-181-2/+6
|
* A better, more correct explination of NO_SHARED. This could probablytrhodes2005-10-221-2/+5
| | | | | | use a quick touch up, but at least it's correct. Requested by: ru
* Document that changes to nsswitch.conf might be needed whenbz2005-10-121-1/+6
| | | | | | | | compiling with NO_NIS. PR: bin/87221 Reviewed by: simon MFC after: 4 weeks
* Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.yar2005-10-101-31/+63
| | | | MFC after: 2 weeks
* document ENABLE_WPA_SUPPLICANT_EAPOLsam2005-07-081-1/+10
| | | | Approved by: re (scottl)
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-301-1/+1
| | | | Approved by: re (hrs)
* Add NO_DICT handle. Saves almost 3.5 MB installed.phk2005-04-131-0/+3
|
* Document NO_RCMDS, bump doc date.trhodes2005-03-021-1/+10
|
* Document NO_GPIBphk2005-02-061-0/+3
|
* Document NO_NETCAT.delphij2005-02-061-1/+6
|
* Fixes to previous revision:ru2005-01-211-4/+5
| | | | | | - bump document date - break hard sentence break - remove whitespace at EOL
* Document the shiny new WITHOUT_MODULES knob in make.conf.wes2005-01-211-0/+9
| | | | | | PR: kern/76225 Prodded by: ru@, brueffer@ MFC after: 2 weeks
* NOCLEAN -> NO_CLEANru2004-12-211-2/+2
| | | | NOCLEANDIR -> NO_CLEANDIR
OpenPOWER on IntegriCloud