svn commit: trunk/busybox/e2fsprogs

vapier at busybox.net vapier at busybox.net
Sun Oct 2 08:09:52 UTC 2005


Author: vapier
Date: 2005-10-02 01:09:50 -0700 (Sun, 02 Oct 2005)
New Revision: 11729

Log:
clean out unneeded E2FSCK variables

Modified:
   trunk/busybox/e2fsprogs/Makefile.in


Changeset:
Modified: trunk/busybox/e2fsprogs/Makefile.in
===================================================================
--- trunk/busybox/e2fsprogs/Makefile.in	2005-10-02 07:54:07 UTC (rev 11728)
+++ trunk/busybox/e2fsprogs/Makefile.in	2005-10-02 08:09:50 UTC (rev 11729)
@@ -16,9 +16,6 @@
 BLKID_SRCS  := $(patsubst %,blkid/%, $(BLKID_SRC))
 BLKID_OBJS  := $(patsubst %.c,%.o, $(BLKID_SRCS))
 
-E2FSCK_SRCS := e2fsck.c
-E2FSCK_OBJS := $(patsubst %.c,%.o, $(E2FSCK_SRCS))
-
 E2P_SRC     := fgetsetflags.c fgetsetversion.c pf.c iod.c mntopts.c \
 	       feature.c ls.c uuid.c pe.c ostype.c ps.c hashstr.c \
 	       parse_num.c
@@ -44,7 +41,7 @@
 
 E2FSPROGS-:=
 E2FSPROGS-$(CONFIG_CHATTR)     += chattr.o $(E2P_OBJS)
-E2FSPROGS-$(CONFIG_E2FSCK)     += e2fsck.o util.o $(BLKID_OBJS) $(E2FSCK_OBJS)
+E2FSPROGS-$(CONFIG_E2FSCK)     += e2fsck.o util.o $(BLKID_OBJS)
 E2FSPROGS-$(CONFIG_FSCK)       += fsck.o base_device.o
 E2FSPROGS-$(CONFIG_LSATTR)     += lsattr.o $(E2P_OBJS)
 E2FSPROGS-$(CONFIG_MKE2FS)     += mke2fs.o util.o $(E2P_OBJS) $(BLKID_OBJS) $(EXT2FS_OBJS) $(UUID_OBJS)




More information about the busybox-cvs mailing list