From kde-commits Wed Nov 30 22:33:01 2005 From: Michael Pyne Date: Wed, 30 Nov 2005 22:33:01 +0000 To: kde-commits Subject: KDE/kdesdk/scripts (silent) Message-Id: <1133389981.630073.24559.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113338999127100 SVN commit 484474 by mpyne: SVN_SILENT Accidentally left out of last commit. Blast you, middle-click paste!! :( M +10 -0 kdesvn-buildrc-sample --- trunk/KDE/kdesdk/scripts/kdesvn-buildrc-sample #484473:484474 @@ -40,6 +40,16 @@ # page for more information. cxxflags -g -pipe -march=i686 +# KDE has one of the most extensive translation packages in the world. They +# are stored in the l10n module. kdesvn-build can automatically try to build +# and install languages for you, using this parameter. It should be a list +# of languages to build and install. This option requires the language code +# as present in l10n. You can look these codes up at +# http://i18n.kde.org/teams/ +# kde-languages de # German +# kde-languages fr # French +# kde-languages en_GB cs # British English and Czech + # These are the default options passed to the make command. The default tries # to build with 2 parallel compiles. If you are using distcc or have SMP, you # should experiment with setting this value higher for best performance.