Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-08 01:44:27 +0300
committerMike Frysinger <vapier@gentoo.org>2008-02-08 01:44:27 +0300
commit534b8d04832bc28f16fde1f8473139c0f004ed25 (patch)
tree491087392fbd74913f6873b9a22555028f4cdba7 /Makefile
parent9412ec755543a1ddd5f4b39e1fe5a5dd319fa06c (diff)
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)