aboutsummaryrefslogtreecommitdiff
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
parent9412ec755543a1ddd5f4b39e1fe5a5dd319fa06c (diff)
downloadbusybox-w32-534b8d04832bc28f16fde1f8473139c0f004ed25.tar.gz
busybox-w32-534b8d04832bc28f16fde1f8473139c0f004ed25.tar.bz2
busybox-w32-534b8d04832bc28f16fde1f8473139c0f004ed25.zip
force disable setlocalversion usage in busybox
-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),, \
729# Currently, only git is supported. 729# Currently, only git is supported.
730# Other SCMs can edit scripts/setlocalversion and add the appropriate 730# Other SCMs can edit scripts/setlocalversion and add the appropriate
731# checks as needed. 731# checks as needed.
732ifdef CONFIG_LOCALVERSION_AUTO 732ifdef _BB_DISABLED_CONFIG_LOCALVERSION_AUTO
733 _localver-auto = $(shell $(CONFIG_SHELL) \ 733 _localver-auto = $(shell $(CONFIG_SHELL) \
734 $(srctree)/scripts/setlocalversion $(srctree)) 734 $(srctree)/scripts/setlocalversion $(srctree))
735 localver-auto = $(LOCALVERSION)$(_localver-auto) 735 localver-auto = $(LOCALVERSION)$(_localver-auto)