-| debug |
-Can't be overridden |
+debug |
+Can'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-list |
-Can't be overridden |
+disable-build-list |
+Can'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-compile |
-Overrides global |
+do-not-compile |
+Overrides 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-build |
-Overrides global |
+install-after-build |
+Overrides 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
|
-| kdedir |
-Can't be overridden |
+kdedir |
+Can'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.
|
-| libpath |
-Can't be overridden |
+libpath |
+Can'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.
|
-| lockfile |
-Can't be overridden |
+lockfile |
+Can'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-dir |
-Overrides global |
+log-dir |
+Overrides 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-options |
-Overrides global |
+make-options |
+Overrides 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-file |
-Overrides global |
+make-output-file |
+Overrides 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-build |
-Overrides global |
+manual-build |
+Overrides 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-cvs |
-Overrides global |
+no-cvs |
+Overrides 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-fail |
-Overrides global |
+no-rebuild-on-fail |
+Overrides 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. |
-| pretend |
-Can't be overridden |
+pretend |
+Can'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.
|
-| qtdir |
-Can't be overridden |
+qtdir |
+Can'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-configure |
-Overrides global |
+recreate-configure |
+Overrides 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-tag |
-Overrides global |
+release-tag |
+Overrides 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. |
-| reconfigure |
-Overrides global |
+reconfigure |
+Overrides 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-build |
-Overrides global |
+refresh-build |
+Overrides 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-failure |
-Overrides global |
+stop-on-failure |
+Overrides 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-unsermake |
-Overrides global |
+use-unsermake |
+Overrides 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
| |