projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9412ec7
)
force disable setlocalversion usage in busybox
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 7 Feb 2008 22:44:27 +0000
(22:44 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 7 Feb 2008 22:44:27 +0000
(22:44 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 411e0dc3783a1ced951fdbe4a48e79353cd991fa..c8ff5fb52ee82c5a9a104f9ae05ccb5b7e482d00 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)