]> code.ossystems Code Review - openembedded-core.git/commitdiff
makedepend: remove # from the beginning of DESCRIPTION lines
authorSaul Wold <sgw@linux.intel.com>
Tue, 8 Feb 2011 22:36:57 +0000 (14:36 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 9 Feb 2011 22:45:47 +0000 (22:45 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb

index 342d1b844152e23a542e577afe1613464b03f402..86e5d814913d71f9ffbefdde9f3ec148c225d50b 100644 (file)
@@ -3,11 +3,12 @@ require xorg-util-common.inc
 SUMMARY = "create dependencies in makefiles"
 
 DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
-and parses it like a C-preprocessor, processing all #include, #define, \
-#undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that \
-it can correctly tell which #include, directives would be used in a \
-compilation. Any #include, directives can reference files having other \
-#include directives, and parsing will occur in these files as well."
+and parses it like a C-preprocessor, processing \
+all #include, #define,  #undef, #ifdef, #ifndef, #endif, #if, #elif \
+and #else directives so that it can correctly tell which #include, \
+directives would be used in a compilation. Any #include, directives \
+can reference files having other #include directives, and parsing will \
+occur in these files as well."
 
 DEPENDS = "xproto util-macros"
 PR = "r0"