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

From KDE TechBase
(Created page with "もし何らかの理由でそのようなことをしたくないのであれば、configure を実行する前に <code>DO_NOT_COMPILE=someapp</code> としてみて下さい...")
 
(No difference)

Latest revision as of 07:53, 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)
If for some reason you don't want to do that, you can also set <code>DO_NOT_COMPILE="someapp"</code> before calling configure, which will make configure skip "someapp". To only compile very few toplevel dirs, instead of using <code>DO_NOT_COMPILE</code> to exclude most of them, you can list in a file named ''inst-apps'', at the toplevel, the toplevel subdirs you want to compile.

もし何らかの理由でそのようなことをしたくないのであれば、configure を実行する前に DO_NOT_COMPILE=someapp としてみて下さい。そうすれば、configure は "someapp" をスキップします。もしほんの少しのディレクトリしかコンパイルしたくなければ、DO_NOT_COMPILE にほとんど全てのディレクトリを加える代わりに、コンパイルしたいトップレベルのサブディレクトリをトップディレクトリの inst-apps というファイルにリストアップしてください。