On Feb 5, 2008 6:31 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > On Tue, Feb 05, 2008 at 04:51:43AM +0800, Bean wrote: > > Hi, > > > > This patch add support for the udf filesystem. > > Yay. :-) > > > 2007-02-04 Bean <[EMAIL PROTECTED]> > > > > * conf/common.rmk (pkgdata_MODULES): Add udf.mod. > > (udf_mod_SOURCES): New variable. > > (udf_mod_CFLAGS): Likewise. > > (udf_mod_LDFLAGS): Likewise. > > (grub_setup_SOURCES): Add fs/udf.c. > > (grub_fstest_SOURCES): Likewise. > > > > * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/udf.c. > > (grub_emu_SOURCES): Likewise. > > > > * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise. > > > > * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise. > > > > * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise. > > > > * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/ntfs.c. > > fs/ntfs.c ?
the changelog was modified from the ntfs patch, i forget to change this line. > > > +ifeq ($(enable_grub_fstest), yes) > > +bin_UTILITIES += grub-fstest > > +endif > > + > > +# For grub-fstest. > > +util/grub-fstest.c_DEPENDENCIES = grub_fstest_init.h > > +grub_fstest_SOURCES = util/grub-fstest.c util/hostfs.c util/misc.c \ > > + kern/file.c kern/device.c kern/disk.c kern/err.c kern/misc.c \ > > + disk/host.c disk/loopback.c normal/arg.c normal/misc.c \ > > + io/gzio.c commands/hexdump.c commands/blocklist.c commands/ls.c \ > > + \ > > + fs/affs.c fs/cpio.c fs/ext2.c fs/fat.c fs/hfs.c \ > > + fs/hfsplus.c fs/iso9660.c fs/udf.c fs/jfs.c fs/minix.c \ > > + fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c \ > > + fs/ufs.c fs/xfs.c \ > > + \ > > + kern/partition.c partmap/pc.c partmap/apple.c partmap/gpt.c \ > > + kern/fs.c kern/env.c fs/fshelp.c disk/lvm.c disk/raid.c \ > > + grub_fstest_init.c > > It seems your patch got accidentally mixed with other things. Please can you > re-send? last time i commit the fstest patch, i put it in the end of common.rmk, but it seems it's better to put alongside grub-proble, so i move it in this patch. -- Bean _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel