* Makefile.util.def (grub-bin2h): Don't install.
* docs/man/grub-bin2h.h2m: Remove.
This commit is contained in:
parent
90f7ac192f
commit
24c9143ae3
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-05-17 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* Makefile.util.def (grub-bin2h): Don't install.
|
||||||
|
* docs/man/grub-bin2h.h2m: Remove.
|
||||||
|
|
||||||
2011-05-17 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-05-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/mips/startup.S (grub_arch_cpuclock): Move to the right
|
* grub-core/kern/mips/startup.S (grub_arch_cpuclock): Move to the right
|
||||||
|
|
|
@ -114,7 +114,7 @@ program = {
|
||||||
ldadd = libgrubkern.a;
|
ldadd = libgrubkern.a;
|
||||||
ldadd = grub-core/gnulib/libgnu.a;
|
ldadd = grub-core/gnulib/libgnu.a;
|
||||||
ldadd = '$(LIBINTL) $(LIBDEVMAPPER)';
|
ldadd = '$(LIBINTL) $(LIBDEVMAPPER)';
|
||||||
mansection = 1;
|
installdir = noinst;
|
||||||
};
|
};
|
||||||
|
|
||||||
program = {
|
program = {
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[NAME]
|
|
||||||
grub-bin2h \- convert a binary file to a C header
|
|
Loading…
Reference in a new issue