mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
makedepend: remove # from the beginning of DESCRIPTION lines
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
b0c2d6fed4
commit
cfc4041988
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user