User Tools

Site Tools


project:kernel-autobuild:kconfig:printconf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
project:kernel-autobuild:kconfig:printconf [2014/05/30 17:00] – created 37.209.107.48project:kernel-autobuild:kconfig:printconf [2014/05/30 17:07] (current) 37.209.107.48
Line 9: Line 9:
 Next try was to implement the ''printconf'' stuff. Next try was to implement the ''printconf'' stuff.
  
-<file printconf.c>+<code txt printconf.c>
 /* /*
  * V 5c  * V 5c
Line 323: Line 323:
  fprintf(out, "</kconfig>\n");  fprintf(out, "</kconfig>\n");
 } }
-</file>+ 
 +</code>
  
 Then there is an assertion to be thrown on empty values, even if they are perfectly legal. Then there is an assertion to be thrown on empty values, even if they are perfectly legal.
 The following patch helps: The following patch helps:
  
-<file lkc.h.diff txt>+<file txt lkc.h.diff>
 --- lkc.h.orig 2014-05-21 11:35:33.210489800 +0200 --- lkc.h.orig 2014-05-21 11:35:33.210489800 +0200
 +++ lkc.h 2014-05-21 11:35:33.210489800 +0200 +++ lkc.h 2014-05-21 11:35:33.210489800 +0200
Line 348: Line 349:
 You may want to change the settings of BASEDIR and DIR. You may want to change the settings of BASEDIR and DIR.
  
-<file genKconfigXml txt>+<file txt genKconfigXml>
 #! /bin/sh #! /bin/sh
  
project/kernel-autobuild/kconfig/printconf.1401462044.txt.gz · Last modified: 2014/05/30 17:00 by 37.209.107.48