Deleted Added
full compact
Makefile (97536) Makefile (97769)
1#
1#
2# $FreeBSD: head/Makefile 97536 2002-05-30 05:01:40Z obrien $
2# $FreeBSD: head/Makefile 97769 2002-06-03 14:49:34Z 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.

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

92# order, but that's not important.
93#
94TGTS= all all-man buildkernel buildworld checkdpadd clean \
95 cleandepend cleandir depend distribute distributeworld everything \
96 hierarchy install installcheck installkernel \
97 reinstallkernel installmost installworld libraries lint maninstall \
98 mk most obj objlink regress rerelease tags update
99
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.

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

92# order, but that's not important.
93#
94TGTS= all all-man buildkernel buildworld checkdpadd clean \
95 cleandepend cleandir depend distribute distributeworld everything \
96 hierarchy install installcheck installkernel \
97 reinstallkernel installmost installworld libraries lint maninstall \
98 mk most obj objlink regress rerelease tags update
99
100BITGTS= includes
100BITGTS= files includes
101BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
102
103.ORDER: buildworld installworld
104.ORDER: buildworld distributeworld
105.ORDER: buildkernel installkernel
106.ORDER: buildkernel reinstallkernel
107
108PATH= /sbin:/bin:/usr/sbin:/usr/bin

--- 105 unchanged lines hidden ---
101BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
102
103.ORDER: buildworld installworld
104.ORDER: buildworld distributeworld
105.ORDER: buildkernel installkernel
106.ORDER: buildkernel reinstallkernel
107
108PATH= /sbin:/bin:/usr/sbin:/usr/bin

--- 105 unchanged lines hidden ---