Deleted Added
full compact
Makefile (95306) Makefile (95509)
1#
1#
2# $FreeBSD: head/Makefile 95306 2002-04-23 09:03:56Z ru $
2# $FreeBSD: head/Makefile 95509 2002-04-26 17:55:27Z ru $
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.

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

77# updated to contain OBJFORMAT=elf. From then on, you're elf by default.
78#
79# ----------------------------------------------------------------------------
80#
81#
82# Define the user-driven targets. These are listed here in alphabetical
83# order, but that's not important.
84#
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.

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

77# updated to contain OBJFORMAT=elf. From then on, you're elf by default.
78#
79# ----------------------------------------------------------------------------
80#
81#
82# Define the user-driven targets. These are listed here in alphabetical
83# order, but that's not important.
84#
85TGTS= afterdistribute all all-man buildkernel buildworld checkdpadd clean \
85TGTS= all all-man buildkernel buildworld checkdpadd clean \
86 cleandepend cleandir depend distribute distribworld everything \
87 hierarchy includes install installcheck installkernel kernel \
88 reinstallkernel installmost installworld libraries lint \
89 mk most obj objlink regress rerelease tags update
90
91PATH= /sbin:/bin:/usr/sbin:/usr/bin
92MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
93

--- 96 unchanged lines hidden ---
86 cleandepend cleandir depend distribute distribworld everything \
87 hierarchy includes install installcheck installkernel kernel \
88 reinstallkernel installmost installworld libraries lint \
89 mk most obj objlink regress rerelease tags update
90
91PATH= /sbin:/bin:/usr/sbin:/usr/bin
92MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
93

--- 96 unchanged lines hidden ---