commit | 545519b2307e1f62af83b104365f27fdc3be8808 | [log] [tgz] |
---|---|---|
author | Richard Frankel <rofrankel@google.com> | Wed Sep 02 17:02:30 2015 -0400 |
committer | Mike Mu <mikemu@google.com> | Thu Feb 04 04:03:37 2016 -0500 |
tree | a153b098eab8df3cdaa86736e2842750aa74316d | |
parent | 503d3fcbf60a8af4ee2466f567166ad6113cb87a [diff] |
Similar to [1], patch setlocalversion. Change-Id: Ia1a8e6255d8f055b5280553d8c3fb282ec9578a2 1: https://gfiber-internal.googlesource.com/kernel/mindspeed/+/7a687f1
diff --git a/scripts/setlocalversion b/scripts/setlocalversion index 64a9cb5..c9cc057 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion
@@ -161,8 +161,8 @@ res="$res$(scm_version)" else # apped a plus sign if the repository is not in a clean tagged - # state and LOCALVERSION= is not specified - if test "${LOCALVERSION+set}" != "set"; then + # state and CONFIG_LOCALVERSION= is not specified + if test "${CONFIG_LOCALVERSION+set}" != "set"; then scm=$(scm_version --short) res="$res${scm:++}" fi