summaryrefslogtreecommitdiffstats
path: root/share/man/man7/build.7
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes.mpp2006-12-141-1/+1
|
* Markup glitch.ru2006-09-301-1/+2
|
* Require rpc.lockd(8) only if make is running with the -j option.ru2006-09-301-2/+5
|
* Cross-reference src.conf(5).jkoshy2006-06-111-0/+1
|
* o Replace alpha-specific DESTDIR to a sparc64 one.maxim2006-05-171-1/+1
| | | | Spotted by: Gennady Proskurin
* o In the cross-build example replace alpha by sparc64.maxim2006-05-151-3/+3
|
* Document the requirement to run rpc.lockd(8) on both clientru2006-03-201-1/+8
| | | | and server when installing onto an NFS file system.
* Document the public targets and make variables supported by thejkoshy2005-12-051-51/+267
| | | | | | build system. Reviewed by: ru (multiple passes)
* -mdoc sweep.ru2005-11-181-3/+7
|
* Replace "/etc/make.conf" with references to make.conf(5)yar2005-10-101-2/+1
| | | | | | | | | where applicable. The main reason for this change is that the location of make.conf is not constant and can be modified via __MAKE_CONF. This change also improves hyper-text linkage in our manpages. MFC after: 2 weeks
* Add missing "not" in rev. 1.34.ru2005-08-031-1/+1
| | | | Submitted by: Jeremie Le Hen
* Make delete-old* and friends useable for cross-builds.ru2005-08-031-1/+13
|
* Document 'kernel-toolchain'.obrien2005-08-031-0/+3
| | | | Submitted by: Jeremie Le Hen <jeremie@le-hen.org>
* - Move recently added dir into the correct section.netchild2005-07-291-2/+2
| | | | | | | | | | | | - Add a note about the organisation of the sections. - Expand shell globs (they worked in a previous version of the delete-old target, but not in this one). - Use the correct way of checking for a native environment. [1] - Add some more obsolete files. - Fix some bad english. [1] Suggested by: ru [1] Approved by: mentor (joerg)
* Add delete-old and delete-old-libs targets:netchild2005-07-231-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removes obsolete files/dirs or libraries. - works in interactive (default) and batch mode - respects DISTDIR - documented in UPDATING and build(7) The head of the file ObsoleteFiles.inc contains instructions how to add obsolete files/dirs/libs to the list. Obviously one should add obsolete files to this list, when he removes a file/dir/lib from the basesystem. Additionally add check-old target: - allows re@ to check if a file on the obsolete list resurfaces Design goals: - allows full control by the user (default interactive mode) - possibility of scripted removal of obsolete files (batch mode) - opt-in removal of files (explicit list of files) - seperate removal of libs (2 delete targets) Important design decissions: - structured list of files to remove instead of a plain text file: * allows to remove additional files if a NO_foo knob is specified without the need to change the targets (no NO_foo knob is respected yet) - not using mtree like NetBSD does: * mtree doesn't has an interactive mode Discussed on: arch (long ago), current (this year) Additional input from: re (hrs) Approved by: mentor (joerg)
* Fix a few markup nits in previous commit.trhodes2005-02-251-2/+2
| | | | Noticed by: ru, who else? :)
* To be more complete, discuss 'make kernel' since we do cover buildkernel.trhodes2005-02-241-1/+7
| | | | | Xref config.8. Bump doc date.
* Replaced a way outdated and unsafe sequence of upgrading the systemru2004-08-131-40/+7
| | | | from sources with the link to the relevant section in src/UPDATING.
* Remove another mention of "make world".ru2004-08-091-5/+1
|
* Assorted markup, spelling, and grammar fixes.ru2004-06-161-1/+1
|
* mdoc(7) janitor:simon2003-11-161-2/+2
| | | | | - Use .Aq macro instead of <foo>. - Kill EOL whitespace.
* 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