SPECS: xorg-util-makedepend.spec - argh, stupid parser, line canno...

qboosh qboosh at pld-linux.org
Sun Dec 24 12:57:07 CET 2006


Author: qboosh                       Date: Sun Dec 24 11:57:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- argh, stupid parser, line cannot begin with '#'; quote all directives

---- Files affected:
SPECS:
   xorg-util-makedepend.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/xorg-util-makedepend.spec
diff -u SPECS/xorg-util-makedepend.spec:1.12 SPECS/xorg-util-makedepend.spec:1.13
--- SPECS/xorg-util-makedepend.spec:1.12	Sun Dec 24 12:41:34 2006
+++ SPECS/xorg-util-makedepend.spec	Sun Dec 24 12:57:02 2006
@@ -18,11 +18,12 @@
 
 %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.
+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.
 
 Every file that a sourcefile includes, directly or indirectly, is what
 makedepend calls a dependency. These dependencies are then written to
@@ -32,10 +33,11 @@
 %description -l pl
 Program makedepend czyta po kolei wszystkie pliki źródłowe i analizuje
 je tak, jak robi to preprocesor C, przetwarzając wszystkie dyrektywy
-#include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif aby móc
-stwierdzić, które dyrektywy #include będą użyte podczas kompilacji.
-Każda dyrektywa #include może odnosić się do plików mających kolejne
-dyrektywy #include, a wtedy te pliki będą także przeanalizowane.
+"#include", "#define", "#undef", "#ifdef", "#ifndef", "#endif", "#if",
+"#elif" aby móc stwierdzić, które dyrektywy "#include" będą użyte
+podczas kompilacji. Każda dyrektywa "#include" może odnosić się do
+plików mających kolejne dyrektywy "#include", a wtedy te pliki będą
+także przeanalizowane.
 
 Każdy plik dołączany przez plik źródłowy, bezpośrednio lub pośrednio,
 jest nazywany przez makedepend zależnością. Zależności te są
@@ -76,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/12/24 11:57:02  qboosh
+- argh, stupid parser, line cannot begin with '#'; quote all directives
+
 Revision 1.12  2006/12/24 11:41:34  qboosh
 - desc from manual
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-util-makedepend.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list