Re: [PATCH v3 2/2] scripts/tags.sh: Support compiled source

2012-12-11 Thread Michal Marek
Dne 10.12.2012 16:11, Joonsoo Kim napsal(a): > We usually have interst in compiled files only, > because they are strongly related to individual's work. > Current tags.sh can't select compiled files, so support it. > > We can use this functionality like below. > "make cscope O=. SRCARCH=

Re: [PATCH v3 2/2] scripts/tags.sh: Support compiled source

2012-12-11 Thread Michal Marek
Dne 10.12.2012 16:11, Joonsoo Kim napsal(a): We usually have interst in compiled files only, because they are strongly related to individual's work. Current tags.sh can't select compiled files, so support it. We can use this functionality like below. make cscope O=. SRCARCH=

[PATCH v3 2/2] scripts/tags.sh: Support compiled source

2012-12-10 Thread Joonsoo Kim
We usually have interst in compiled files only, because they are strongly related to individual's work. Current tags.sh can't select compiled files, so support it. We can use this functionality like below. "make cscope O=. SRCARCH= COMPILED_SOURCE=compiled" It must be executed after building

[PATCH v3 2/2] scripts/tags.sh: Support compiled source

2012-12-10 Thread Joonsoo Kim
We usually have interst in compiled files only, because they are strongly related to individual's work. Current tags.sh can't select compiled files, so support it. We can use this functionality like below. make cscope O=. SRCARCH= COMPILED_SOURCE=compiled It must be executed after building