makedepend: remove # from the beginning of DESCRIPTION lines

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2011-02-08 14:36:57 -08:00 committed by Richard Purdie
parent b0c2d6fed4
commit cfc4041988
1 changed files with 6 additions and 5 deletions

View 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"