WebCScope Installation Quick Install 0. Create a directory called cscope under your /cgi-bin (virtual) directory. Copy all the files in the distribution to this directory. 1. Edit the 'cscope' file and change the following items: - Location to the perl interpreter - Location of the cscope database and other modifiable parameters - Feedback name and email - Location of the syntax highlighter, if you wish to use it 2. Syntax highlighter - The syntax highlighter must be built if you decide to use it. If you do not want syntax highlighting, you can ignore this step and set the highlighter to /bin/cat. - Compile 'hilite.c' using 'gcc -o hilite hilite.c' 3. Icons - Copy the images from the icons directory into the /icons (virtual) directory on the web server. You can also replace these images with whatever you choose. 4. Organizing your CScope databases - WebCScope supports multiple databases in $cscopedir - Create a directory for each project or sub-source in $cscopedir and, generate your cscope database using the following commands. - find /some/source/dir -name '*.[chyls]' -print > cscope.files - cscope -b -q - Repeat the above step for each database you wish to create ate-remove net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_output.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-11-15 15:01:09 +0000
committerMark Brown <broonie@kernel.org>2016-11-15 15:22:10 +0000
commit53a20465e6b674eb6ce594b0e9e8940495e95f33 (patch)
tree4d4c29c7c68ab2a1b69e4bd3903949356d2467e8 /net/xfrm/xfrm_output.c
parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: pwm: Add missing quotes to DT example
Reported-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mark Brown <broonie@kernel.org> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'net/xfrm/xfrm_output.c')