force disable setlocalversion usage in busybox
authorMike Frysinger <vapier@gentoo.org>
Thu, 7 Feb 2008 22:44:27 +0000 (22:44 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 7 Feb 2008 22:44:27 +0000 (22:44 -0000)
Makefile

index 411e0dc..c8ff5fb 100644 (file)
--- 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)