grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add osdep/*/init.c to EXTRA_DIST
@ 2013-10-14 16:28 Andrey Borzenkov
  2013-10-14 16:59 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2013-10-14 16:28 UTC (permalink / raw)
  To: grub-devel

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 <arvidjaar@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)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-14 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 16:28 [PATCH] add osdep/*/init.c to EXTRA_DIST Andrey Borzenkov
2013-10-14 16:59 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).