aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-07 22:44:27 +0000
committerMike Frysinger <vapier@gentoo.org>2008-02-07 22:44:27 +0000
commit534b8d04832bc28f16fde1f8473139c0f004ed25 (patch)
tree491087392fbd74913f6873b9a22555028f4cdba7 /Makefile
parent9412ec755543a1ddd5f4b39e1fe5a5dd319fa06c (diff)
downloadbusybox-534b8d04832bc28f16fde1f8473139c0f004ed25.tar.gz
force disable setlocalversion usage in busybox
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 411e0dc37..c8ff5fb52 100644
--- a/Makefile
+++ b/Makefile
@@ -729,7 +729,7 @@ localver = $(subst $(space),, \
# Currently, only git is supported.
# Other SCMs can edit scripts/setlocalversion and add the appropriate
# checks as needed.
-ifdef CONFIG_LOCALVERSION_AUTO
+ifdef _BB_DISABLED_CONFIG_LOCALVERSION_AUTO
_localver-auto = $(shell $(CONFIG_SHELL) \
$(srctree)/scripts/setlocalversion $(srctree))
localver-auto = $(LOCALVERSION)$(_localver-auto)