gcc -E -DHAVE_CONFIG_H -I. -Wall -W -I./include -DGRUB_UTIL=1 -DGRUB_LIBDIR=\"/usr/local/lib64/grub\" -DLOCALEDIR=\"/usr/local/share/locale\" -DGRUB_FILE=\"util/grub-fstest.c\" -I. -I. -I. -I. -I./include -I./include -I./grub-core/lib/libgcrypt-grub/include -I./grub-core/lib/libgcrypt-grub/src/ -I./grub-core/gnulib -I./grub-core/gnulib \ -D'GRUB_MOD_INIT(x)=@MARKER@x@' util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c grub-core/osdep/init.c > grub_fstest.pp || (rm -f grub_fstest.pp; exit 1) grub-core/osdep/init.c:4:24: fatal error: basic/init.c: No such file or directory compilation terminated.
Signed-off-by: Andrey Borzenkov <arvidj...@gmail.com> --- conf/Makefile.extra-dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index 237473b..666efc6 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -72,6 +72,9 @@ EXTRA_DIST += grub-core/osdep/linux/hostdisk.c EXTRA_DIST += grub-core/osdep/windows/hostdisk.c EXTRA_DIST += grub-core/osdep/sun/hostdisk.c +EXTRA_DIST += grub-core/osdep/basic/init.c +EXTRA_DIST += grub-core/osdep/windows/init.c + EXTRA_DIST += grub-core/osdep/apple/getroot.c EXTRA_DIST += grub-core/osdep/aros/getroot.c EXTRA_DIST += grub-core/osdep/basic/getroot.c -- tg: (bdea331..) u/extra_dist (depends on: master) _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel