Deleted Added
full compact
Makefile (251352) Makefile (251750)
1#
1#
2# $FreeBSD: head/Makefile 251352 2013-06-03 23:51:46Z sjg $
2# $FreeBSD: head/Makefile 251750 2013-06-14 16:30:11Z sjg $
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
10# buildworld - Rebuild *everything*, including glue to help do

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

204 -chflags -R 0 ${.OBJDIR}
205 rm -rf ${.OBJDIR}/*
206.endif
207
208#
209# Handle the user-driven targets, using the source relative mk files.
210#
211
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
10# buildworld - Rebuild *everything*, including glue to help do

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

204 -chflags -R 0 ${.OBJDIR}
205 rm -rf ${.OBJDIR}/*
206.endif
207
208#
209# Handle the user-driven targets, using the source relative mk files.
210#
211
212.if empty(.MAKEFLAGS:M-n)
213# skip this for -n to avoid changing previous behavior of
214# 'make -n buildworld' etc.
215${TGTS}: .MAKE
216.endif
217
212${TGTS}:
213 ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET}
214
215# Set a reasonable default
216.MAIN: all
217
218STARTTIME!= LC_ALL=C date
219CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo

--- 241 unchanged lines hidden ---
218${TGTS}:
219 ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET}
220
221# Set a reasonable default
222.MAIN: all
223
224STARTTIME!= LC_ALL=C date
225CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo

--- 241 unchanged lines hidden ---