svn commit: trunk/busybox/util-linux

vapier at busybox.net vapier at busybox.net
Fri Apr 21 21:59:28 UTC 2006


Author: vapier
Date: 2006-04-21 14:59:22 -0700 (Fri, 21 Apr 2006)
New Revision: 14937

Log:
Jason Schoon writes: This makes the case where LFS is not defined, but fdisk is configured with large disk support use the pretty build rules.


Modified:
   trunk/busybox/util-linux/Makefile.in


Changeset:
Modified: trunk/busybox/util-linux/Makefile.in
===================================================================
--- trunk/busybox/util-linux/Makefile.in	2006-04-21 01:34:36 UTC (rev 14936)
+++ trunk/busybox/util-linux/Makefile.in	2006-04-21 21:59:22 UTC (rev 14937)
@@ -57,11 +57,7 @@
 
 ifneq ($(strip $(CONFIG_LFS)),y)
 ifeq ($(strip $(FDISK_SUPPORT_LARGE_DISKS)),y)
-
 $(UTILLINUX_DIR)fdisk.o: $(srcdir)/fdisk.c
-	$(CC) $(CFLAGS) \
-		-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \
-		$(EXTRA_CFLAGS) -c -o $@ $<
-
+	$(compile.c) -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
 endif
 endif




More information about the busybox-cvs mailing list