[BusyBox-cvs] busybox/include busybox.h,1.53,1.54

Glenn McGrath bug1 at busybox.net
Tue Jan 13 10:57:34 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv13640/include

Modified Files:
	busybox.h 
Log Message:
Patch from Bastian Blank, allow the buildtime to be overriden with a 
different string, used by the debian busybox-cvs to specify the debian 
date based version number.


Index: busybox.h
===================================================================
RCS file: /var/cvs/busybox/include/busybox.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- busybox.h	22 Jul 2003 08:56:44 -0000	1.53
+++ busybox.h	13 Jan 2004 10:57:32 -0000	1.54
@@ -37,7 +37,11 @@
 #endif
 #endif
 
+#ifndef BB_EXTRA_VERSION
 #define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")"
+#else
+#define BB_BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")"
+#endif
 
 #ifdef DMALLOC
 #include <dmalloc.h>




More information about the busybox-cvs mailing list