]> git.proxmox.com Git - grub2.git/commitdiff
comments
authorBVK Chaitanya <bvk.groups@gmail.com>
Fri, 16 Jul 2010 20:02:36 +0000 (01:32 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Fri, 16 Jul 2010 20:02:36 +0000 (01:32 +0530)
gentpl.py

index baaae51bcdad7020953f63e2fb3658798ec4fd75..d584a0b7d85394923ec7f3c04ae651913e869785 100644 (file)
--- a/gentpl.py
+++ b/gentpl.py
@@ -88,7 +88,7 @@ def rule(target, source, cmd):
 #
 # kernel = {
 #   nostrip = emu;
-#   nostrip = i386_pc;
+#   ...
 # }
 #
 def if_platform_tagged(platform, tag, snippet_if, snippet_else=None):
@@ -114,6 +114,7 @@ def if_platform_tagged(platform, tag, snippet_if, snippet_else=None):
 # module = {
 #   cflags = '-Wall';
 #   emu_cflags = '-Wall -DGRUB_EMU=1';
+#   ...
 # }
 #
 def foreach_platform_value(platform, tag, suffix, closure):