Searched refs:DPDEPS (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bmake/mk/ |
H A D | meta2deps.sh | 64 # If we are passed 'DPDEPS='"dpdeps", then for each src file 159 DPDEPS= 219 [ -z "$RELDIR" ] && unset DPDEPS 332 case "$DPDEPS,$seensrc," in 353 case "$DPDEPS,$seensrc," in 380 case "$DPDEPS,$reldir,$seensrc," in 442 case "$DPDEPS" in 444 *) echo > $DPDEPS;; # the echo is needed! 447 sed "s,${SRCTOP}/,,;s,${SB_BACKING_SB:-$SB}/src/,," >> $DPDEPS
|
H A D | gendirdeps.mk | 161 DPDEPS ?= no 163 .if ${DPDEPS:tl} != "no" 164 META2DEPS_CMD += -D ${DPDEPS}
|
/freebsd/share/mk/ |
H A D | meta2deps.sh | 64 # If we are passed 'DPDEPS='"dpdeps", then for each src file 159 DPDEPS= 219 [ -z "$RELDIR" ] && unset DPDEPS 332 case "$DPDEPS,$seensrc," in 353 case "$DPDEPS,$seensrc," in 380 case "$DPDEPS,$reldir,$seensrc," in 442 case "$DPDEPS" in 444 *) echo > $DPDEPS;; # the echo is needed! 447 sed "s,${SRCTOP}/,,;s,${SB_BACKING_SB:-$SB}/src/,," >> $DPDEPS
|
H A D | gendirdeps.mk | 161 DPDEPS ?= no 163 .if ${DPDEPS:tl} != "no" 164 META2DEPS_CMD += -D ${DPDEPS}
|