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
Core Modules
dune-common
Commits
0e5d1032
Commit
0e5d1032
authored
17 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
dunecontrol --only=dune-foo autogen was broken...
[[Imported from SVN: r5044]]
parent
454d7f40
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/dunecontrol
+2
-1
2 additions, 1 deletion
bin/dunecontrol
with
2 additions
and
1 deletion
bin/dunecontrol
+
2
−
1
View file @
0e5d1032
...
...
@@ -199,7 +199,7 @@ run_default_autogen () {
PARAMS
=
"
$CMD_PARAMS
"
local
M4_PATH
=
""
if
test
-x
autogen.sh
;
then
for
m
in
$MODULES
;
do
for
m
in
$
FOUND_
MODULES
;
do
path
=
$(
eval
"echo
\$
PATH_
$m
"
)
if
test
-d
$path
/m4
;
then
M4_PATH
=
"
$path
$M4_PATH
"
...
...
@@ -311,6 +311,7 @@ usage () {
# create the module list
create_module_list
()
{
find_modules_in_path
export
FOUND_MODULES
=
$MODULES
if
test
"x
$MODULE
"
=
"x"
;
then
sort_modules
$MODULES
else
...
...
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