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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Tobias Leibner
dune-common
Commits
66d9c8da
Commit
66d9c8da
authored
9 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[dunecontrol] Don't call autogen
parent
b3f1db1d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/dunecontrol
+1
-5
1 addition, 5 deletions
bin/dunecontrol
with
1 addition
and
5 deletions
bin/dunecontrol
+
1
−
5
View file @
66d9c8da
...
...
@@ -323,7 +323,6 @@ COMMANDSTOSKIPVERSIONCHECK="update status svn git exec bexec"
printdeps_HELP
=
"print recursive dependencies of a module"
vcsetup_HELP
=
"setup version control repository (Git etc.) or working copy (SVN)"
update_HELP
=
"updated all modules from the repository"
autogen_HELP
=
"run the autogen.sh script for each module. Does nothing, if CMake is activated"
configure_HELP
=
"run configure or cmake for each module"
make_HELP
=
"run make for each module"
all_HELP
=
"
\t
run 'vcsetup', 'autogen', 'configure' and 'make' command for each module"
...
...
@@ -579,9 +578,6 @@ run_default_update () {
fi
}
run_default_autogen
()
{
}
run_default_configure
()
{
extract_multiarch
PARAMS
=
"
$CMD_FLAGS
"
...
...
@@ -692,7 +688,7 @@ run_default_make () {
}
run_default_all
()
{
for
cmd
in
vcsetup
autogen
configure make
;
do
for
cmd
in
vcsetup configure make
;
do
eval echo
"--- calling
$cmd
for
\$
NAME_
${
module
}
---"
load_opts
$cmd
run_
$cmd
...
...
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