diff --git a/doc.html.in b/doc.html.in index a50707a..99ee883 100644 --- a/doc.html.in +++ b/doc.html.in @@ -248,14 +248,14 @@ as well.

- - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
Option-nameModule -> Global BehaviorOption-nameModule -> Global Behavior Notes
apply-qt-patchesOverrides globalapply-qt-patchesOverrides global This option is only useful for qt-copy. If it is set to a non-zero value, then the apply-patches script in qt-copy will be run prior to building, in order to apply the non-official patches to the qt-copy. Since these patches @@ -264,8 +264,8 @@ do any harm to enable it.
binpathCan't be overriddenbinpathCan't be overridden

Set this option to set the environment variable PATH while building. You can't override this setting in a module option. The default value is empty, which is likely not what you want. This environment variable should @@ -280,8 +280,8 @@ is the minimally sufficient setting.

build-dirOverrides globalbuild-dirOverrides global Use this option to change the directory to contain the built sources. There are three different ways to use it:
    @@ -307,8 +307,8 @@ Perhaps surprisingly, this option can be changed per module.
build-system-onlyOverrides globalbuild-system-onlyOverrides global Set this option to only create the build system for this module. What that means is that the make -f Makefile.cvs command will be run, and the configure script will be created (but not run), and make will not be run. @@ -320,8 +320,8 @@ so you can change your ~/.kdecvs-buildrc.
checkout-onlyOverrides globalcheckout-onlyOverrides global Set this option to checkout CVS sources piece by piece. The value for this option should be a space separated list of directories to checkout. If you don't include the admin directory, it will automatically @@ -333,8 +333,8 @@ global option, be aware that setting this as a global option makes no sense.
configure-flagsAppends to global option
(except for qt-copy)
configure-flagsAppends to global option
(except for qt-copy)
Use this option to specify what flags to pass to ./configure when creating the build system for the module. When this is used as a global-option, it is applied to all modules that this script builds. qt-copy uses a much different @@ -343,8 +343,8 @@ set of configure options than the rest of KDE, so this option
cvs-rootCan't be overriddencvs-rootCan't be overridden This option is used to set the directory on your computer to store the KDE CVS sources at. If you don't specify this value, the default is ~/kdecvs. If you do specify this value, use an absolute path name. Note that this setting @@ -354,8 +354,8 @@ has nothing to do with the CVSROOT environment variable. For that, see
cvs-serverCan't be overriddencvs-serverCan't be overridden This option is used to set the server used to check out from CVS. As an example, you could try :pserver:anonymous@bluemchen.kde.org:/home/kde
Please see
cxxflagsAppends to global optioncxxflagsAppends to global option Use this option to specify what flags to pass to ./configure as the CXXFLAGS when creating the build system for the module. This option is specified here instead of with
debugCan't be overriddendebugCan't be overridden This option enables the script's debug mode. At this point, all this switch does is disable logging to files, instead dumping all output to stdout. @@ -386,8 +386,8 @@ stdout.
disable-build-listCan't be overriddendisable-build-listCan't be overridden Normally kdecvs-build will write out the list of modules that were successfully built to a file under the KDE CVS source directory called 'successfully-built'. If you set this option to 0, kdecvs-build will skip @@ -396,8 +396,8 @@ writing out the file.
do-not-compileOverrides globaldo-not-compileOverrides global

Use this option to set the DO_NOT_COMPILE environment variable prior to running the configure script. According to the KDE @@ -411,8 +411,8 @@ directive to choose directories that you want to check out.

install-after-buildOverrides globalinstall-after-buildOverrides global This option is used to install the package after it successfully builds. This option is enabled by default. If you want to disable this, you need to set this option to 0 in the configuration file. You can also use the @@ -421,8 +421,8 @@ set this option to 0 in the configuration file. You can also use the
kdedirCan't be overriddenkdedirCan't be overridden Set this option to set the environment variable KDEDIR while building. This is useful for one-user installations of KDE. See http://developer.kde.org/build/build2ver.html. @@ -433,8 +433,8 @@ script. You may use a tilde (~) to represent your home directory.
libpathCan't be overriddenlibpathCan't be overridden Set this option to set the environment variable LD_LIBRARY_PATH while building. You can't override this setting in a module option. The default value is blank, but the paths $KDEDIR/lib and $QTDIR/lib are automatically @@ -443,8 +443,8 @@ added. You may use the tilde (~) for any paths you add using this option.
lockfileCan't be overriddenlockfileCan't be overridden

The path of a file to use for script locking, to prevent parallel execution. If you don't specify this value, the default is ~/.kdecvs-lock

@@ -454,8 +454,8 @@ If you don't specify this value, the default is ~/.kdecvs-lock

log-dirOverrides globallog-dirOverrides global Use this option to change the directory used to hold the log files generated by the script. This setting can be set on a per-module basis as of version 0.64. @@ -463,8 +463,8 @@ version 0.64.
make-optionsOverrides globalmake-optionsOverrides global Set this variable in order to pass command line options to the make command. This is useful for programs such as distcc. distcc allows you to share your @@ -475,8 +475,8 @@ number_of_network_cpus is recommended. I have 2 CPUs total, so it would be
make-output-fileOverrides globalmake-output-fileOverrides global DEPRECATED. As of version 0.6, this option is no longer used. Now all commands are logged, including the make process. You can use the log-dir option to change the logging directory, @@ -485,8 +485,8 @@ however.
manual-buildOverrides globalmanual-buildOverrides global Set the option value to 'true' to keep the build process from attempting to build this module. It will still be kept up-to-date when updating from CVS. This option is exactly equivalent to the --no-build command line option.
no-cvsOverrides globalno-cvsOverrides global Set this option value to 'true' to prevent CVS updates for the module. This option is exactly equivalent to the --no-cvs command line option. @@ -504,8 +504,8 @@ command line option.
no-rebuild-on-failOverrides globalno-rebuild-on-failOverrides global Set this option value to 'true' to always prevent kdecvs-build from trying to rebuild this module if it should fail an incremental build. Normally kdecvs-build will try to rebuild the module from scratch to counteract the @@ -513,8 +513,8 @@ effect of a stray CVS update messing up the build system.
pretendCan't be overriddenpretendCan't be overridden Set the option value to 'true' in order to "fake" the update/build or install process. This setting results in verbose output, and is exactly equivalent to the --pretend command line option. @@ -522,8 +522,8 @@ equivalent to the --pretend command line option.
qtdirCan't be overriddenqtdirCan't be overridden Set this option to set the environment variable QTDIR while building. You can't override this setting in a module option. If you don't specify this option, it defaults to absolutely nothing, which will mess up the @@ -533,8 +533,8 @@ You may use a tilde (~) to represent your home directory.
recreate-configureOverrides globalrecreate-configureOverrides global Use this option to re-run make -f Makefile.cvs and then reconfigure the module before building. Note that setting this option in the configuration file isn't a great idea, use
release-tagOverrides globalrelease-tagOverrides global Use this option to force checkout from a specific KDE CVS branch. For example, setting this to KDE_3_2_BRANCH allows you to keep up-to-date with the current stable KDE release, including bugfixes. You can use @@ -554,8 +554,8 @@ branches exist for each CVS module.
reconfigureOverrides globalreconfigureOverrides global Use this option to reconfigure the module before building. Note that setting this option in the configuration file isn't a great idea, use --reconfigure on the command line instead. @@ -563,8 +563,8 @@ setting this option in the configuration file isn't a great idea, use
refresh-buildOverrides globalrefresh-buildOverrides global Set this option value to 'true' to cause the build system for this module to start from scratch every time the script is run. This option is exactly equivalent to the --refresh-build command @@ -573,8 +573,8 @@ line option.
stop-on-failureOverrides globalstop-on-failureOverrides global Set this option value to 'true' to cause the script to stop execution after an error occurs during the build or install process. This option is off by default. @@ -582,8 +582,8 @@ by default.
use-unsermakeOverrides globaluse-unsermakeOverrides global Set this option to a non-zero value in order to use the experimental unsermake program instead of automake when running the configure script. This can lead to some serious decreases in build time, especially for .kdecvs-buildrc options.
CVSup is a registered trademark of John D. Polstra.
-Last modified: Tue Jun 8 21:50:19 2004
+Last modified: Sat Jun 12 18:18:11 2004