Print this page
grub patch


1467   common = script/function.c;
1468   common = script/lexer.c;
1469   common = script/argv.c;
1470 
1471   common = commands/menuentry.c;
1472 
1473   common = unidata.c;
1474   common_nodist = grub_script.tab.c;
1475   common_nodist = grub_script.yy.c;
1476   common_nodist = grub_script.tab.h;
1477   common_nodist = grub_script.yy.h;
1478 
1479   extra_dist = script/yylex.l;
1480   extra_dist = script/parser.y;
1481 
1482   cflags = '$(CFLAGS_POSIX) -Wno-redundant-decls';
1483   cppflags = '$(CPPFLAGS_POSIX)';
1484 };
1485 
1486 module = {










1487   name = part_acorn;
1488   common = partmap/acorn.c;
1489 };
1490 
1491 module = {
1492   name = part_amiga;
1493   common = partmap/amiga.c;
1494 };
1495 
1496 module = {
1497   name = part_apple;
1498   common = partmap/apple.c;
1499 };
1500 
1501 module = {
1502   name = part_gpt;
1503   common = partmap/gpt.c;
1504 };
1505 
1506 module = {




1467   common = script/function.c;
1468   common = script/lexer.c;
1469   common = script/argv.c;
1470 
1471   common = commands/menuentry.c;
1472 
1473   common = unidata.c;
1474   common_nodist = grub_script.tab.c;
1475   common_nodist = grub_script.yy.c;
1476   common_nodist = grub_script.tab.h;
1477   common_nodist = grub_script.yy.h;
1478 
1479   extra_dist = script/yylex.l;
1480   extra_dist = script/parser.y;
1481 
1482   cflags = '$(CFLAGS_POSIX) -Wno-redundant-decls';
1483   cppflags = '$(CPPFLAGS_POSIX)';
1484 };
1485 
1486 module = {
1487   name = illumos_entries;
1488   common = commands/illumos_entries.c;
1489 };
1490 
1491 module = {
1492   name = solarislegacy;
1493   common = commands/solarislegacy.c;
1494 };
1495 
1496 module = {
1497   name = part_acorn;
1498   common = partmap/acorn.c;
1499 };
1500 
1501 module = {
1502   name = part_amiga;
1503   common = partmap/amiga.c;
1504 };
1505 
1506 module = {
1507   name = part_apple;
1508   common = partmap/apple.c;
1509 };
1510 
1511 module = {
1512   name = part_gpt;
1513   common = partmap/gpt.c;
1514 };
1515 
1516 module = {