Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Koch
dune-common
Commits
c87078f8
Commit
c87078f8
authored
12 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
[Documentation] Add DUNE_CONTROL_PATH trick to buildsystem.tex.
[[Imported from SVN: r6770]]
parent
4bcc386c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/buildsystem/buildsystem.tex
+16
-0
16 additions, 0 deletions
doc/buildsystem/buildsystem.tex
with
16 additions
and
0 deletions
doc/buildsystem/buildsystem.tex
+
16
−
0
View file @
c87078f8
...
...
@@ -1541,6 +1541,22 @@ you options file the \configure cache is created. Be aware that the file persis
between
\dunecontrol
runs. If you encounter any problems, you want to change the
configuration or to rerun all checks, the cache file should be removed manually.
\minisec
{
Faster module search
}
If the environment variable
\texttt
{
DUNE
\_
CONTROL
\_
PATH
}
is not set,
\dunecontrol
recursively searches for
\dune
modules below the working directory. Depending on
your installation, this search may take quite a bit of time. It can be
avoided by including the paths to the
\texttt
{
dune.module
}
files of all modules in
\texttt
{
DUNE
\_
CONTROL
\_
PATH
}
.
This list of paths can actually be created on the fly by a command.
Let us assume all
\dune
modules are in one directory, which is the working directory
for
\dunecontrol
, too. By adding the line
\begin{lstlisting}
[language=make,showstringspaces=false]
DUNE
_
CONTROL
_
PATH="`ls */dune.module | tr '
\n
' ':'`"
\end{lstlisting}
to your opts file, no search will be performed. Instead, only the faster, non-recursive
\texttt
{
ls
}
command is called.
\section
{
Further documentation
}
\minisec
{
automake
\&
Makefile.am
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment