Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:depmode

43   depmode     Dependency tracking mode.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
77 if test "$depmode" = hp; then
80 depmode=gcc
83 if test "$depmode" = dashXmstdout; then
86 depmode=dashmstdout
89 case "$depmode" in
516 echo "Unknown depmode $depmode" 1>&2