* 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:
Vladimir 'phcoder' Serbinenko 2012-02-18 20:25:11 +01:00
parent a8f16eab1a
commit 80a7121355
5 changed files with 19 additions and 5 deletions

View file

@ -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;
};