Deleted Added
full compact
Makefile (96462) Makefile (97252)
1#
1#
2# $FreeBSD: head/Makefile 96462 2002-05-12 16:01:00Z ru $
2# $FreeBSD: head/Makefile 97252 2002-05-24 16:08:13Z 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.

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

88# ----------------------------------------------------------------------------
89#
90#
91# Define the user-driven targets. These are listed here in alphabetical
92# order, but that's not important.
93#
94TGTS= all all-man buildkernel buildworld checkdpadd clean \
95 cleandepend cleandir depend distribute distributeworld everything \
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.

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

88# ----------------------------------------------------------------------------
89#
90#
91# Define the user-driven targets. These are listed here in alphabetical
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 includes incsinstall install installcheck installkernel \
96 hierarchy install installcheck installkernel \
97 reinstallkernel installmost installworld libraries lint maninstall \
98 mk most obj objlink regress rerelease tags update
99
97 reinstallkernel installmost installworld libraries lint maninstall \
98 mk most obj objlink regress rerelease tags update
99
100BITGTS= includes
101BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
102
100.ORDER: buildworld installworld
101.ORDER: buildworld distributeworld
102.ORDER: buildkernel installkernel
103.ORDER: buildkernel reinstallkernel
104
105PATH= /sbin:/bin:/usr/sbin:/usr/bin
106MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
107
108#
109# Handle the user-driven targets, using the source relative mk files.
110#
103.ORDER: buildworld installworld
104.ORDER: buildworld distributeworld
105.ORDER: buildkernel installkernel
106.ORDER: buildkernel reinstallkernel
107
108PATH= /sbin:/bin:/usr/sbin:/usr/bin
109MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
110
111#
112# Handle the user-driven targets, using the source relative mk files.
113#
111${TGTS}: upgrade_checks
114${TGTS} ${BITGTS}: upgrade_checks
112 @cd ${.CURDIR}; \
113 ${MAKE} ${.TARGET}
114
115# Set a reasonable default
116.MAIN: all
117
118STARTTIME!= LC_ALL=C date
119#

--- 91 unchanged lines hidden ---
115 @cd ${.CURDIR}; \
116 ${MAKE} ${.TARGET}
117
118# Set a reasonable default
119.MAIN: all
120
121STARTTIME!= LC_ALL=C date
122#

--- 91 unchanged lines hidden ---