Implement grub-menulst2cfg and fix many bugs in legacy_parser

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-27 20:04:49 +02:00
parent 92eb189b69
commit fff175c77f
6 changed files with 636 additions and 468 deletions

View file

@ -508,3 +508,12 @@ program = {
ldadd = libgrub.a;
ldflags = '$(LIBDEVMAPPER)';
};
program = {
name = grub-menulst2cfg;
mansection = 1;
common = util/grub-menulst2cfg.c;
common = grub-core/lib/legacy_parse.c;
ldadd = libgrub.a;
ldflags = '$(LIBDEVMAPPER)';
};