Deleted Added
full compact
Makefile (97769) Makefile (98723)
1#
1#
2# $FreeBSD: head/Makefile 97769 2002-06-03 14:49:34Z ru $
2# $FreeBSD: head/Makefile 98723 2002-06-24 05:14:54Z dillon $
3#
4# The user-driven targets are:
5#
6# buildworld - Rebuild *everything*, including glue to help do
7# upgrades.
8# installworld - Install everything built by "buildworld".
9# world - buildworld + installworld.
10# buildkernel - Rebuild the kernel and the kernel-modules.

--- 47 unchanged lines hidden (view full) ---

58#
59# If -DWANT_AOUT is specified, a `make world' with OBJFORMAT=elf will
60# update the legacy support for aout. This includes all libraries, ld.so
61# and boot objects. This part of build should be regarded as
62# deprecated and you should _not_ expect to be able to do this past the
63# release of 4.0. You have exactly one major release to move entirely
64# to elf.
65#
3#
4# The user-driven targets are:
5#
6# buildworld - Rebuild *everything*, including glue to help do
7# upgrades.
8# installworld - Install everything built by "buildworld".
9# world - buildworld + installworld.
10# buildkernel - Rebuild the kernel and the kernel-modules.

--- 47 unchanged lines hidden (view full) ---

58#
59# If -DWANT_AOUT is specified, a `make world' with OBJFORMAT=elf will
60# update the legacy support for aout. This includes all libraries, ld.so
61# and boot objects. This part of build should be regarded as
62# deprecated and you should _not_ expect to be able to do this past the
63# release of 4.0. You have exactly one major release to move entirely
64# to elf.
65#
66# If -DTARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can
67# cross build world for other architectures using the buildworld target,
68# and once the world is built you can cross build a kernel using the
69# buildkernel target.
70#
66# ----------------------------------------------------------------------------
67#
68# Upgrading an i386 system from a.out to elf format
69#
70#
71# The aout->elf transition build is performed by doing a `make upgrade' (or
72# `make aout-to-elf') or in two steps by a `make aout-to-elf-build' followed
73# by a `make aout-to-elf-install', depending on user preference.

--- 140 unchanged lines hidden ---
71# ----------------------------------------------------------------------------
72#
73# Upgrading an i386 system from a.out to elf format
74#
75#
76# The aout->elf transition build is performed by doing a `make upgrade' (or
77# `make aout-to-elf') or in two steps by a `make aout-to-elf-build' followed
78# by a `make aout-to-elf-install', depending on user preference.

--- 140 unchanged lines hidden ---