Re: [PATCH] Makefile: prune quilt source files for cscope

2025-07-02 Thread Cédric Le Goater
On 7/2/25 23:41, Cédric Le Goater wrote: On 6/30/25 19:20, Cédric Le Goater wrote: Both quilt, to apply patches, and cscope, to navigate in the code, are useful tools. Make sure source files that quilt saves when applying patches are not taken into account when building the cscope database. Sig

Re: [PATCH] Makefile: prune quilt source files for cscope

2025-07-02 Thread Cédric Le Goater
On 6/30/25 19:20, Cédric Le Goater wrote: Both quilt, to apply patches, and cscope, to navigate in the code, are useful tools. Make sure source files that quilt saves when applying patches are not taken into account when building the cscope database. Signed-off-by: Cédric Le Goater --- Makefi

[PATCH] Makefile: prune quilt source files for cscope

2025-06-30 Thread Cédric Le Goater
Both quilt, to apply patches, and cscope, to navigate in the code, are useful tools. Make sure source files that quilt saves when applying patches are not taken into account when building the cscope database. Signed-off-by: Cédric Le Goater --- Makefile | 1 + 1 file changed, 1 insertion(+) dif