Deleted Added
full compact
Makefile (119519) Makefile (119579)
1#
1#
2# $FreeBSD: head/Makefile 119519 2003-08-28 04:03:13Z marcel $
2# $FreeBSD: head/Makefile 119579 2003-08-30 13:33:41Z ru $
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# buildworld - Rebuild *everything*, including glue to help do
9# upgrades.
10# installworld - Install everything built by "buildworld".

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

64 cleandepend cleandir depend distribute distributeworld everything \
65 hierarchy install installcheck installkernel installkernel.debug\
66 reinstallkernel reinstallkernel.debug installmost installworld \
67 libraries lint maninstall \
68 most obj objlink regress rerelease tags update
69
70BITGTS= files includes
71BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# buildworld - Rebuild *everything*, including glue to help do
9# upgrades.
10# installworld - Install everything built by "buildworld".

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

64 cleandepend cleandir depend distribute distributeworld everything \
65 hierarchy install installcheck installkernel installkernel.debug\
66 reinstallkernel reinstallkernel.debug installmost installworld \
67 libraries lint maninstall \
68 most obj objlink regress rerelease tags update
69
70BITGTS= files includes
71BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
72TGTS+= ${BITGTS}
72
73.ORDER: buildworld installworld
74.ORDER: buildworld distributeworld
75.ORDER: buildworld buildkernel
76.ORDER: buildkernel installkernel
77.ORDER: buildkernel installkernel.debug
78.ORDER: buildkernel reinstallkernel
79.ORDER: buildkernel reinstallkernel.debug

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

88
89#
90# Make sure we have an up-to-date make(1). Only world and buildworld
91# should do this as those are the initial targets used for upgrades.
92# The user can define ALWAYS_CHECK_MAKE to have this check performed
93# for all targets.
94#
95.if defined(ALWAYS_CHECK_MAKE)
73
74.ORDER: buildworld installworld
75.ORDER: buildworld distributeworld
76.ORDER: buildworld buildkernel
77.ORDER: buildkernel installkernel
78.ORDER: buildkernel installkernel.debug
79.ORDER: buildkernel reinstallkernel
80.ORDER: buildkernel reinstallkernel.debug

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

89
90#
91# Make sure we have an up-to-date make(1). Only world and buildworld
92# should do this as those are the initial targets used for upgrades.
93# The user can define ALWAYS_CHECK_MAKE to have this check performed
94# for all targets.
95#
96.if defined(ALWAYS_CHECK_MAKE)
96${TGTS} ${BITGTS}: upgrade_checks
97${TGTS}: upgrade_checks
97.else
98buildworld: upgrade_checks
99.endif
100
101#
102# Handle the user-driven targets, using the source relative mk files.
103#
104
98.else
99buildworld: upgrade_checks
100.endif
101
102#
103# Handle the user-driven targets, using the source relative mk files.
104#
105
105${TGTS} ${BITGTS}:
106${TGTS}:
106 @cd ${.CURDIR}; \
107 ${_MAKE} ${.TARGET}
108
109# Set a reasonable default
110.MAIN: all
111
112STARTTIME!= LC_ALL=C date
113#

--- 115 unchanged lines hidden ---
107 @cd ${.CURDIR}; \
108 ${_MAKE} ${.TARGET}
109
110# Set a reasonable default
111.MAIN: all
112
113STARTTIME!= LC_ALL=C date
114#

--- 115 unchanged lines hidden ---