svn commit: trunk/busybox
vapier at busybox.net
vapier at busybox.net
Thu Feb 7 14:44:27 PST 2008
Author: vapier
Date: 2008-02-07 14:44:27 -0800 (Thu, 07 Feb 2008)
New Revision: 20957
Log:
force disable setlocalversion usage in busybox
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2008-02-07 22:41:33 UTC (rev 20956)
+++ trunk/busybox/Makefile 2008-02-07 22:44:27 UTC (rev 20957)
@@ -729,7 +729,7 @@
# 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)
More information about the busybox-cvs
mailing list