]> TLD Linux GIT Repositories - packages/grub2.git/blob - grub2-generated_files.patch
f1a40add35c150dc2ca6992cc7d21b7b9fc6fbcf
[packages/grub2.git] / grub2-generated_files.patch
1 diff -dur -x '*~' grub-2.00.orig/grub-core/Makefile.core.def grub-2.00/grub-core/Makefile.core.def
2 --- grub-2.00.orig/grub-core/Makefile.core.def  2013-12-10 13:20:26.000000000 +0100
3 +++ grub-2.00/grub-core/Makefile.core.def       2013-12-10 13:23:01.000000000 +0100
4 @@ -1848,3 +1848,4 @@
5    enable = i386;
6  };
7  
8 +#include Makefile.gcry.def
9 diff -dur -x '*~' grub-2.00.orig/grub-core/Makefile.in grub-2.00/grub-core/Makefile.in
10 --- grub-2.00.orig/grub-core/Makefile.in        2012-06-26 14:12:27.000000000 +0200
11 +++ grub-2.00/grub-core/Makefile.in     2013-12-10 13:22:48.000000000 +0100
12 @@ -70505,7 +70505,7 @@
13  .PRECIOUS: $(top_srcdir)/grub-core/Makefile.core.am
14  $(top_srcdir)/grub-core/Makefile.core.am: $(top_srcdir)/grub-core/Makefile.core.def $(top_srcdir)/grub-core/Makefile.gcry.def $(top_srcdir)/Makefile.tpl
15         if [ "x$$GRUB_CONTRIB" != x ]; then echo "You need to run ./autogen.sh manually." >&2; exit 1; fi
16 -       autogen -T $(top_srcdir)/Makefile.tpl $(top_srcdir)/grub-core/Makefile.core.def $(top_srcdir)/grub-core/Makefile.gcry.def | sed -e '/^$$/{N;/^\\n$$/D;}' > $@.new || (rm -f $@.new; exit 1)
17 +       autogen -T $(top_srcdir)/Makefile.tpl $(top_srcdir)/grub-core/Makefile.core.def | sed -e '/^$$/{N;/^\\n$$/D;}' > $@.new || (rm -f $@.new; exit 1)
18         mv $@.new $@
19  
20  # gentrigtables
21 --- grub-2.00.orig/conf/Makefile.common 2013-12-10 13:20:26.000000000 +0100
22 +++ grub-2.00/conf/Makefile.common      2013-12-10 13:44:26.000000000 +0100
23 @@ -174,5 +174,5 @@
24  .PRECIOUS: $(top_srcdir)/grub-core/Makefile.core.am
25  $(top_srcdir)/grub-core/Makefile.core.am: $(top_srcdir)/grub-core/Makefile.core.def $(top_srcdir)/grub-core/Makefile.gcry.def $(top_srcdir)/Makefile.tpl
26         if [ "x$$GRUB_CONTRIB" != x ]; then echo "You need to run ./autogen.sh manually." >&2; exit 1; fi
27 -       autogen -T $(top_srcdir)/Makefile.tpl $(top_srcdir)/grub-core/Makefile.core.def $(top_srcdir)/grub-core/Makefile.gcry.def | sed -e '/^$$/{N;/^\\n$$/D;}' > $@.new || (rm -f $@.new; exit 1)
28 +       autogen -T $(top_srcdir)/Makefile.tpl $(top_srcdir)/grub-core/Makefile.core.def | sed -e '/^$$/{N;/^\\n$$/D;}' > $@.new || (rm -f $@.new; exit 1)
29         mv $@.new $@
30 --- grub-2.00.orig/configure.ac 2013-12-10 13:32:13.000000000 +0100
31 +++ grub-2.00/configure.ac      2013-12-10 13:32:19.000000000 +0100
32 @@ -1169,6 +1169,11 @@
33  AC_CONFIG_FILES([util/bash-completion.d/Makefile])
34  AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
35  AC_CONFIG_FILES([config.h])
36 +AC_CONFIG_FILES([grub-core/gdb_grub])
37 +AC_CONFIG_FILES([grub-core/genmod.sh])
38 +AC_CONFIG_FILES([grub-core/gensyminfo.sh])
39 +AC_CONFIG_FILES([grub-core/gmodule.pl])
40 +AC_CONFIG_FILES([grub-core/modinfo.sh])
41  
42  AC_OUTPUT
43  [
44