Home
last modified time | relevance | path

Searched refs:STAGE_CONFLICT (Results 1 – 5 of 5) sorted by relevance

/src/contrib/bmake/mk/
H A Dstage-install.sh118 [Ee]*) STAGE_CONFLICT=ERROR action=exit;;
119 *) STAGE_CONFLICT=WARNING action=: ;;
121 echo "$STAGE_CONFLICT: $t installed by `cat $t.dirdep` not `cat $_DIRDEP`" >&2
H A Dmeta.stage.mk75 STAGE_CONFLICT?= ERROR
76 .if ${STAGE_CONFLICT:tl} == "error"
91 *) echo "${STAGE_CONFLICT}: $$t installed by $$x not ${_dirdep}" >&2; \
H A DChangeLog1166 * meta.stage.mk: it is not a STAGE_CONFLICT if some-target.dirdep
/src/share/mk/
H A Dstage-install.sh118 [Ee]*) STAGE_CONFLICT=ERROR action=exit;;
119 *) STAGE_CONFLICT=WARNING action=: ;;
121 echo "$STAGE_CONFLICT: $t installed by `cat $t.dirdep` not `cat $_DIRDEP`" >&2
H A Dmeta.stage.mk70 STAGE_CONFLICT?= ERROR
71 .if ${STAGE_CONFLICT:tl} == "error"
86 *) echo "${STAGE_CONFLICT}: $$t installed by $$x not ${_dirdep}" >&2; \