]> git.proxmox.com Git - grub2.git/commitdiff
Add missing files into "make dist" tarball for other platforms.
authorBVK Chaitanya <bvk@dbook>
Fri, 3 Sep 2010 15:53:00 +0000 (21:23 +0530)
committerBVK Chaitanya <bvk@dbook>
Fri, 3 Sep 2010 15:53:00 +0000 (21:23 +0530)
* gentpl.py (script): Use dist_noinst_DATA instead of EXTRA_DIST.
* conf/Makefile.common (dist_noinst_DATA): New variable.
* conf/Makefile.extra-dist: Added missing make dist files.
* grub-core/Makefile.core.def: Likewise.

ChangeLog
conf/Makefile.common
conf/Makefile.extra-dist
gentpl.py
grub-core/Makefile.core.def

index cbd0337ab30084f16d328269fa60ab9f82928001..5c64e02078828cd057d8931313bce9ea06ede4b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-03  BVK Chaitanya  <bvk.groups@gmail.com>
+
+       Add missing files into "make dist" tarball for other platforms.
+
+       * gentpl.py (script): Use dist_noinst_DATA instead of EXTRA_DIST.
+       * conf/Makefile.common (dist_noinst_DATA): New variable.
+       * conf/Makefile.extra-dist: Added missing make dist files.
+       * grub-core/Makefile.core.def: Likewise.
+
 2010-09-03  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Compress grub_prefix.
index fe14c0e1841ed453f1593b7f2620914a20b51734..fca0f67ae7af6fe288a055c491e38e266e623767 100644 (file)
@@ -115,6 +115,7 @@ pkglib_SCRIPTS =
 noinst_PROGRAMS =
 grubconf_SCRIPTS =
 noinst_LIBRARIES =
+dist_noinst_DATA =
 
 TESTS =
 EXTRA_DIST =
index 3acef7af7cace451d3a59d9e47a3b0657a28b670..afedc7d281c399a1200fec6365dca20a472d47fc 100644 (file)
@@ -5,6 +5,11 @@ EXTRA_DIST += gentpl.py
 EXTRA_DIST += Makefile.tpl
 EXTRA_DIST += Makefile.util.def
 
+EXTRA_DIST += unicode
+
+EXTRA_DIST += util/import_gcry.py
+EXTRA_DIST += util/import_unicode.py
+
 EXTRA_DIST += docs/man
 EXTRA_DIST += docs/grub.cfg
 
@@ -26,8 +31,8 @@ EXTRA_DIST += grub-core/genterminallist.sh
 EXTRA_DIST += grub-core/genparttoollist.sh
 EXTRA_DIST += grub-core/genemuinitheader.sh
 
+EXTRA_DIST += grub-core/lib/libgcrypt/cipher
 EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/gnulib -name '*.h')
 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/efiemu -name '*.h')
-EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib/posix_wrap -name '*.h')
-EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib/libgcrypt_wrap -name '*.h')
+EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
index abfb2044455cf1ba046afe34807e8c8ce4c64ee0..cd34fccffce819d252c23eaf630b399f09e0c629 100644 (file)
--- a/gentpl.py
+++ b/gentpl.py
@@ -478,7 +478,7 @@ chmod a+x [+ name +]
 """)
 
     r += gvar_add("CLEANFILES", "[+ name +]")
-    r += gvar_add("EXTRA_DIST", platform_sources(platform))
+    r += gvar_add("dist_noinst_DATA", platform_sources(platform))
     return r
 
 def module_rules():
index 353b9d123b65695401793e9fc43d7dc7bdb086af..b953adfb94d6e9cb07558aeca8560e2244fa21fb 100644 (file)
@@ -137,6 +137,7 @@ kernel = {
   mips_yeeloong = term/at_keyboard.c;
   mips_yeeloong = term/serial.c;
   mips_yeeloong = video/sm712.c;
+  extra_dist = video/sm712_init.c;
 
   powerpc_ieee1275 = kern/ieee1275/init.c;
   powerpc_ieee1275 = kern/powerpc/cache.S;
@@ -1009,6 +1010,9 @@ module = {
   powerpc = lib/powerpc/relocator_asm.S;
   powerpc = lib/powerpc/relocator.c;
 
+  extra_dist = lib/i386/relocator_common.S;
+  extra_dist = kern/powerpc/cache_flush.S;
+
   enable = mips;
   enable = powerpc;
   enable = x86;