grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub-fstest: debug tool for filesystem driver


From: Bean
Subject: Re: grub-fstest: debug tool for filesystem driver
Date: Tue, 29 Jan 2008 21:51:46 +0800

On Jan 29, 2008 9:45 PM, Robert Millan <address@hidden> wrote:
>
> On Tue, Jan 29, 2008 at 06:18:35PM +0800, Bean wrote:
> > --- a/conf/i386-pc.rmk
> > +++ b/conf/i386-pc.rmk
> > @@ -61,6 +61,9 @@ sbin_UTILITIES = grub-setup grub-mkdevicemap grub-probe
> >  ifeq ($(enable_grub_emu), yes)
> >  sbin_UTILITIES += grub-emu
> >  endif
> > +ifeq ($(enable_grub_fstest), yes)
> > +bin_UTILITIES += grub-fstest
> > +endif
> >
> >  # For grub-mkimage.
> >  grub_mkimage_SOURCES = util/i386/pc/grub-mkimage.c util/misc.c \
> > @@ -139,6 +142,22 @@ grub_emu_SOURCES = commands/boot.c commands/cat.c
> > commands/cmp.c        \
> >
> >  grub_emu_LDFLAGS = $(LIBCURSES)
> >
> > +# 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/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
> > +
>
> Can this be in common.rmk ?

it seems so, all the required modules are platform independent.

-- 
Bean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]