Searched refs:DPDEPS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/bmake/mk/
H A Dmeta2deps.sh66 # If we are passed 'DPDEPS='"dpdeps", then for each src file
147 DPDEPS=
207 [ -z "$RELDIR" ] && unset DPDEPS
294 case "$DPDEPS,$seensrc," in
315 case "$DPDEPS,$seensrc," in
342 case "$DPDEPS,$reldir,$seensrc," in
388 case "$DPDEPS" in
390 *) echo > $DPDEPS;; # the echo is needed!
393 sed "s,${SRCTOP}/,,;s,${SB_BACKING_SB:-$SB}/src/,," >> $DPDEPS
H A Dgendirdeps.mk124 DPDEPS ?= no macro
126 .if ${DPDEPS:tl} != "no"
127 META2DEPS_CMD += -D ${DPDEPS}

Completed in 109 milliseconds