[BusyBox-cvs] busybox Rules.mak,1.25,1.26
Erik Andersen
andersen at busybox.net
Sat Jan 31 05:27:19 UTC 2004
- Previous message: [BusyBox-cvs] busybox/networking/udhcp arpping.c, 1.4, 1.5 arpping.h, 1.1, 1.2 clientpacket.c, 1.5, 1.6 dhcpc.c, 1.15, 1.16 dhcpc.h, 1.3, 1.4 dhcpd.c, 1.4, 1.5 dhcpd.h, 1.4, 1.5 files.c, 1.12, 1.13 leases.c, 1.4, 1.5 leases.h, 1.3, 1.4 options.c, 1.6, 1.7 options.h, 1.4, 1.5 packet.c, 1.3, 1.4 packet.h, 1.1, 1.2 script.c, 1.11, 1.12 serverpacket.c, 1.3, 1.4 serverpacket.h, 1.2, 1.3 socket.c, 1.6, 1.7 socket.h, 1.2, 1.3
- Next message: [BusyBox-cvs] busybox Changelog,1.286,1.287
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox
In directory nail:/tmp/cvs-serv17384
Modified Files:
Rules.mak
Log Message:
Bump version for release
Index: Rules.mak
===================================================================
RCS file: /var/cvs/busybox/Rules.mak,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Rules.mak 21 Dec 2003 09:04:54 -0000 1.25
+++ Rules.mak 31 Jan 2004 05:27:17 -0000 1.26
@@ -19,7 +19,7 @@
#--------------------------------------------------------
PROG := busybox
-VERSION := 1.00-pre5
+VERSION := 1.00-pre6
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
@@ -35,7 +35,6 @@
# by asking the CC compiler what arch it compiles things for, so unless
# your compiler is broken, you should not need to specify TARGET_ARCH
CROSS =$(subst ",, $(strip $(CROSS_COMPILER_PREFIX)))
-#CROSS =/usr/i386-linux-uclibc/bin/i386-uclibc-
CC = $(CROSS)gcc
AR = $(CROSS)ar
AS = $(CROSS)as
- Previous message: [BusyBox-cvs] busybox/networking/udhcp arpping.c, 1.4, 1.5 arpping.h, 1.1, 1.2 clientpacket.c, 1.5, 1.6 dhcpc.c, 1.15, 1.16 dhcpc.h, 1.3, 1.4 dhcpd.c, 1.4, 1.5 dhcpd.h, 1.4, 1.5 files.c, 1.12, 1.13 leases.c, 1.4, 1.5 leases.h, 1.3, 1.4 options.c, 1.6, 1.7 options.h, 1.4, 1.5 packet.c, 1.3, 1.4 packet.h, 1.1, 1.2 script.c, 1.11, 1.12 serverpacket.c, 1.3, 1.4 serverpacket.h, 1.2, 1.3 socket.c, 1.6, 1.7 socket.h, 1.2, 1.3
- Next message: [BusyBox-cvs] busybox Changelog,1.286,1.287
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list