* conf/Makefile.common (platform_SCRIPTS): New variable.
(platform_PROGRAMS): Likewise. * gentpl.py: Mark *,module and *.image for install. * grub-core/gdb_grub.in: Add a notice of expected environment. * grub-core/Makefile.core.def (gdb_grub): Mark for install. (gmodule.pl): Likewise.
This commit is contained in:
parent
a8f16eab1a
commit
80a7121355
5 changed files with 19 additions and 5 deletions
|
@ -19,13 +19,13 @@ script = {
|
|||
};
|
||||
|
||||
script = {
|
||||
installdir = noinst;
|
||||
installdir = platform;
|
||||
name = gmodule.pl;
|
||||
common = gmodule.pl.in;
|
||||
};
|
||||
|
||||
script = {
|
||||
installdir = noinst;
|
||||
installdir = platform;
|
||||
name = gdb_grub;
|
||||
common = gdb_grub.in;
|
||||
};
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
### Load debuging information about GNU GRUB 2 modules into GDB
|
||||
### automatically. Needs readelf, Perl and gmodule.pl script
|
||||
###
|
||||
### Has to be launched from the writable and trusted
|
||||
### directory containing *.image and *.module
|
||||
###
|
||||
### $Id: .gdbinit,v 1.1 2006/05/14 11:38:08 lkundrak Exp $
|
||||
### Lubomir Kundrak <lkudrak@skosi.org>
|
||||
###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue