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: Robert Millan
Subject: Re: grub-fstest: debug tool for filesystem driver
Date: Tue, 29 Jan 2008 14:45:30 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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 ?

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)




reply via email to

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