History log of /freebsd/share/man/man7/build.7 (Results 201 – 225 of 240)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/5.5.0_cvs, release/5.5.0
# a51851f1 17-May-2006 Maxim Konovalov <maxim@FreeBSD.org>

o Replace alpha-specific DESTDIR to a sparc64 one.

Spotted by: Gennady Proskurin


# 62d06538 15-May-2006 Maxim Konovalov <maxim@FreeBSD.org>

o In the cross-build example replace alpha by sparc64.


Revision tags: release/6.1.0_cvs, release/6.1.0
# a3aed80d 20-Mar-2006 Ruslan Ermilov <ru@FreeBSD.org>

Document the requirement to run rpc.lockd(8) on both client
and server when installing onto an NFS file system.


# 7b710ab2 05-Dec-2005 Joseph Koshy <jkoshy@FreeBSD.org>

Document the public targets and make variables supported by the
build system.

Reviewed by: ru (multiple passes)


# 78ad5421 18-Nov-2005 Ruslan Ermilov <ru@FreeBSD.org>

-mdoc sweep.


Revision tags: release/6.0.0_cvs, release/6.0.0
# 08b91343 10-Oct-2005 Yaroslav Tykhiy <ytykhiy@gmail.com>

Replace "/etc/make.conf" with references to make.conf(5)
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. Thi

Replace "/etc/make.conf" with references to make.conf(5)
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

show more ...


# 9ac8d2e8 03-Aug-2005 Ruslan Ermilov <ru@FreeBSD.org>

Add missing "not" in rev. 1.34.

Submitted by: Jeremie Le Hen


# c8ef0ed5 03-Aug-2005 Ruslan Ermilov <ru@FreeBSD.org>

Make delete-old* and friends useable for cross-builds.


# 722d16b7 03-Aug-2005 David E. O'Brien <obrien@FreeBSD.org>

Document 'kernel-toolchain'.

Submitted by: Jeremie Le Hen <jeremie@le-hen.org>


# af3e19a6 29-Jul-2005 Alexander Leidinger <netchild@FreeBSD.org>

- Move recently added dir into the correct section.
- 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

- Move recently added dir into the correct section.
- 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)

show more ...


# e2a36081 23-Jul-2005 Alexander Leidinger <netchild@FreeBSD.org>

Add delete-old and delete-old-libs targets:
- removes obsolete files/dirs or libraries.
- works in interactive (default) and batch mode
- respects DISTDIR
- documented in UPDATING and build(7

Add delete-old and delete-old-libs targets:
- 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)

show more ...


Revision tags: release/5.4.0_cvs, release/5.4.0
# 61001d75 25-Feb-2005 Tom Rhodes <trhodes@FreeBSD.org>

Fix a few markup nits in previous commit.

Noticed by: ru, who else? :)


# 389e98a7 24-Feb-2005 Tom Rhodes <trhodes@FreeBSD.org>

To be more complete, discuss 'make kernel' since we do cover buildkernel.
Xref config.8.
Bump doc date.


Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0
# be6a4760 13-Aug-2004 Ruslan Ermilov <ru@FreeBSD.org>

Replaced a way outdated and unsafe sequence of upgrading the system
from sources with the link to the relevant section in src/UPDATING.


# 8f0d968b 09-Aug-2004 Ruslan Ermilov <ru@FreeBSD.org>

Remove another mention of "make world".


# bf7f20c2 16-Jun-2004 Ruslan Ermilov <ru@FreeBSD.org>

Assorted markup, spelling, and grammar fixes.


Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0
# f72375e1 16-Nov-2003 Simon L. B. Nielsen <simon@FreeBSD.org>

mdoc(7) janitor:
- Use .Aq macro instead of <foo>.
- Kill EOL whitespace.


# b35ee63d 14-Nov-2003 Warner Losh <imp@FreeBSD.org>

Amplify the reboot requirement


# 614e1f02 14-Nov-2003 Warner Losh <imp@FreeBSD.org>

Add required reboot into single-user mode step.
# mdoc janitors should make sure I did the markup right

Inspired by: recent problems in this area


Revision tags: release/4.9.0_cvs, release/4.9.0
# c8e4c45d 08-Jul-2003 Sean Kelly <smkelly@FreeBSD.org>

Bring build(7) in sync with src/Makefile by removing documentation
for targets that have been unsupported since April:
- upgrade
- aout-to-elf
- aout-to-elf-build
- aout-to-elf-install

Bring build(7) in sync with src/Makefile by removing documentation
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

show more ...


Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 1caae057 20-Mar-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: tidy up.


# 365a17c0 17-Mar-2002 Murray Stokely <murray@FreeBSD.org>

Spell analogous properly.

Found by: ispell(1)


# 6f9ac6fe 16-Mar-2002 Murray Stokely <murray@FreeBSD.org>

Markup fix. Use .Va instead of .Ev. No content changes.


# b3a43ea3 16-Mar-2002 Murray Stokely <murray@FreeBSD.org>

Add a description of the TARGET variable, and add more information
about the TARGET_ARCH variable. (1)

Add information about the DESTDIR variable.

Add more examples for cross-building.

(1) Submitt

Add a description of the TARGET variable, and add more information
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

show more ...


# b82e53e2 14-Mar-2002 Murray Stokely <murray@FreeBSD.org>

Add an ENVIRONMENT section, and document TARGET_ARCH and NO_WERROR.
Add a cross-build example.


12345678910