summaryrefslogtreecommitdiffstats
path: root/share/man/man7/build.7
Commit message (Collapse)AuthorAgeFilesLines
...
* Amplify the reboot requirementimp2003-11-141-5/+6
|
* Add required reboot into single-user mode step.imp2003-11-141-0/+1
| | | | | | # mdoc janitors should make sure I did the markup right Inspired by: recent problems in this area
* Bring build(7) in sync with src/Makefile by removing documentationsmkelly2003-07-081-29/+0
| | | | | | | | | | | for targets that have been unsupported since April: - upgrade - aout-to-elf - aout-to-elf-build - aout-to-elf-install - move-aout-libs Approved by: imp
* mdoc(7) police: tidy up.ru2002-03-201-45/+69
|
* Spell analogous properly.murray2002-03-171-2/+2
| | | | Found by: ispell(1)
* Markup fix. Use .Va instead of .Ev. No content changes.murray2002-03-151-7/+7
|
* Add a description of the TARGET variable, and add more informationmurray2002-03-151-2/+19
| | | | | | | | | | | about the TARGET_ARCH variable. (1) Add information about the DESTDIR variable. Add more examples for cross-building. (1) Submitted by: ru MFC after: 3 days
* Add an ENVIRONMENT section, and document TARGET_ARCH and NO_WERROR.murray2002-03-141-0/+16
| | | | Add a cross-build example.
* Reference release(7) in SEE ALSO.murray2002-03-131-0/+1
|
* mdoc(7) police: sort FILES.ru2001-09-041-4/+4
|
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asalex2001-08-301-2/+2
| | | | | | | | | | | | | | discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation.
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-1/+1
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Replace references to the KERNEL variable with KERNCONF.jhb2001-05-171-4/+4
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* mdoc(7) police: removed duplicate .Os calls.ru2000-12-141-2/+2
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* Mention mergemaster(8).ben2000-11-241-0/+2
| | | | Submitted by: obrien
* Use a more generic name for the compiler cross-reference. (cc instead ofben2000-11-231-1/+1
| | | | | | gcc.) Suggested by: sheldonh (not sholdonh)
* * Say that ps, top, etc, "may not work" with the new kernel, rather thanben2000-11-231-2/+4
| | | | | | | | "will not work", as in many cases they will. Suggested by: sholdonh * Add cross-references to reboot(8) and shutdown(8)
* Add an example to explain the basic procedure to build the world.ben2000-11-231-0/+34
| | | | Suggested by: obrien
* Add two new manual pages to document the various options available inben2000-11-221-0/+127
make.conf, and the /usr/src building process. PR: 22676 Submitted by: Mike Meyer <mwm@mired.org> Reviewed by: nik, sheldonh
OpenPOWER on IntegriCloud