Jump to content

Translations:Development/FAQs/Technical FAQ/23/ja: Difference between revisions

From KDE TechBase
Phanect (talk | contribs)
Created page with "この場合、<code>COMPILE_FIRST</code>、<code>TOPSUBDIRS</code>、<code>COMPILE_LAST</code> を探して下さい。それらの中にあなたがコンパイルしたくな..."
 
(No difference)

Latest revision as of 07:57, 6 February 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/FAQs/Technical FAQ)
Here you have to find the <code>COMPILE_FIRST</code>, <code>TOPSUBDIRS</code> and <code>COMPILE_LAST</code> variables. One of those contains the dir you want to exclude. Remove the directory where you find it and save the Makefile again.
To undo your changes you can either regenerate the Makefile from scratch or revert to an older backup (you did make one, did you? :-).
To regenerate a Makefile, just make force-reedit.

この場合、COMPILE_FIRSTTOPSUBDIRSCOMPILE_LAST を探して下さい。それらの中にあなたがコンパイルしたくないディレクトリが入っているはずです。それを見付けたところで削除して Makefile を保存して下さい。