[BusyBox-cvs] CVS buildroot/package/busybox
CVS User andersen
andersen at codepoet.org
Sun Oct 10 01:12:45 UTC 2004
Update of /var/cvs/buildroot/package/busybox
In directory nail:/tmp/cvs-serv25443/package/busybox
Modified Files:
busybox.mk
Log Message:
Andrew May writes:
A few more little ones.
busybox fdisk with large files should be removed without large files.
gdbtarget/gdb_client got mixed up in the Makefile.in.
I think gdbtarget should have a depend on ncurses but I am not
sure if it should go in the config or in the .mk.
It may be nice to split out the server and client.
uclibc.mk was checking BR2_SOFT_FLOAT for true not y.
--- /var/cvs/buildroot/package/busybox/busybox.mk 2004/10/09 21:18:49 1.5
+++ /var/cvs/buildroot/package/busybox/busybox.mk 2004/10/10 01:12:45 1.6
@@ -34,6 +34,7 @@
$(SED) "s/^.*CONFIG_LFS.*/CONFIG_LFS=y/;" $(BUSYBOX_DIR)/.config
else
$(SED) "s/^.*CONFIG_LFS.*/CONFIG_LFS=n/;" $(BUSYBOX_DIR)/.config
+ $(SED) "s/^.*FDISK_SUPPORT_LARGE_DISKS.*/FDISK_SUPPORT_LARGE_DISKS=n/;" $(BUSYBOX_DIR)/.config
endif
$(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" -C $(BUSYBOX_DIR) oldconfig
touch $(BUSYBOX_DIR)/.configured
More information about the busybox-cvs
mailing list