Lines Matching full:then
20 if test "$1" = "--save-scmversion"; then
24 if test $# -gt 0; then
28 if test $# -gt 0 -o ! -d "$srctree"; then
38 if test -e .scmversion; then
42 if test "$1" = "--short"; then
48 head=$(git rev-parse --verify HEAD 2>/dev/null); then
52 if [ -z "$(git describe --exact-match 2>/dev/null)" ]; then
56 if $short; then
62 if atag="$(git describe 2>/dev/null)"; then
83 } | read dummy; then
99 if test -e "$file"; then
106 if $scm_only; then
107 if test ! -e .scmversion; then
114 if test -e include/config/auto.conf; then
123 if test ! "$srctree" -ef .; then
131 if test "$CONFIG_LOCALVERSION_AUTO" = "y"; then
134 elif [ "${LOCALVERSION+set}" != "set" ]; then