Deleted Added
full compact
meta.autodep.mk (300313) meta.autodep.mk (301462)
1# $Id: meta.autodep.mk,v 1.44 2016/04/07 17:00:38 sjg Exp $
1# $Id: meta.autodep.mk,v 1.45 2016/06/03 17:22:32 sjg Exp $
2
3#
4# @(#) Copyright (c) 2010, Simon J. Gerraty
5#
6# This file is provided in the hope that it will
7# be of use. There is absolutely NO WARRANTY.
8# Permission to copy, redistribute or otherwise
9# use this file is hereby granted provided that

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

261_makesyspath:= ${_PARSEDIR}
262${_DEPENDFILE}: ${_depend} ${.PARSEDIR}/gendirdeps.mk ${META2DEPS} $${.MAKE.META.CREATED}
263 @echo Checking $@: ${.OODATE:T:[1..8]}
264 @(cd . && \
265 SKIP_GENDIRDEPS='${SKIP_GENDIRDEPS:O:u}' \
266 DPADD='${FORCE_DPADD:O:u}' ${_gendirdeps_mutex} \
267 MAKESYSPATH=${_makesyspath} \
268 ${.MAKE} -f gendirdeps.mk RELDIR=${RELDIR} _DEPENDFILE=${_DEPENDFILE} \
2
3#
4# @(#) Copyright (c) 2010, Simon J. Gerraty
5#
6# This file is provided in the hope that it will
7# be of use. There is absolutely NO WARRANTY.
8# Permission to copy, redistribute or otherwise
9# use this file is hereby granted provided that

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

261_makesyspath:= ${_PARSEDIR}
262${_DEPENDFILE}: ${_depend} ${.PARSEDIR}/gendirdeps.mk ${META2DEPS} $${.MAKE.META.CREATED}
263 @echo Checking $@: ${.OODATE:T:[1..8]}
264 @(cd . && \
265 SKIP_GENDIRDEPS='${SKIP_GENDIRDEPS:O:u}' \
266 DPADD='${FORCE_DPADD:O:u}' ${_gendirdeps_mutex} \
267 MAKESYSPATH=${_makesyspath} \
268 ${.MAKE} -f gendirdeps.mk RELDIR=${RELDIR} _DEPENDFILE=${_DEPENDFILE} \
269 META_FILES='${META_XTRAS:T:O:u} ${META_FILES:T:O:u:${META_FILE_FILTER:ts:}}')
269 META_FILES='${META_XTRAS:O:u} ${META_FILES:T:O:u:${META_FILE_FILTER:ts:}}')
270 @test -s $@ && touch $@; :
271.endif
272
273.endif
274.endif
275
276.if ${_bootstrap_dirdeps} == "yes"
277.if ${BUILD_AT_LEVEL0:Uno} == "no"

--- 34 unchanged lines hidden ---
270 @test -s $@ && touch $@; :
271.endif
272
273.endif
274.endif
275
276.if ${_bootstrap_dirdeps} == "yes"
277.if ${BUILD_AT_LEVEL0:Uno} == "no"

--- 34 unchanged lines hidden ---