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
4f18196c
Commit
4f18196c
authored
14 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
move dunemodules.inc to common/lib, it isn't an executable
[[Imported from SVN: r6059]]
parent
90146ed9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/dunecontrol
+3
-3
3 additions, 3 deletions
bin/dunecontrol
bin/duneproject
+1
-1
1 addition, 1 deletion
bin/duneproject
lib/dunemodules.lib
+0
-0
0 additions, 0 deletions
lib/dunemodules.lib
with
4 additions
and
4 deletions
bin/dunecontrol
+
3
−
3
View file @
4f18196c
...
...
@@ -78,11 +78,11 @@ if test "x$DEBUG" = "xyes"; then
set
-v
fi
export
COMMAND
_DIR
=
"
`
canonicalpath
$0
`
"
export
PREFIX
_DIR
=
"
`
canonicalpath
$0
`
/..
"
export
RESUME_FILE
=
"
$HOME
/.dune.resume"
# Read the modules find part
.
"
$
COMMAND_DIR
/dunemodules.
inc
"
.
"
$
PREFIX_DIR
/lib
/dunemodules.
lib
"
# create PKG_CONFIG_PATH for installed dune modules
export
PKG_CONFIG_PATH
=
"
$PKG_CONFIG_PATH
:
`
canonicalpath
$0
`
/../lib/pkgconfig"
...
...
@@ -345,7 +345,7 @@ run_default_autogen () {
>
&2
echo
" dune-autogen is used instead."
>
&2
fi
eval
"
$
COMMAND_DIR
/dune-autogen"
"
$MODULE_PATHS
"
"
$PARAMS
"
||
exit
1
eval
"
$
PREFIX_DIR
/bin
/dune-autogen"
"
$MODULE_PATHS
"
"
$PARAMS
"
||
exit
1
else
echo
Skipping dune-autogen
fi
...
...
This diff is collapsed.
Click to expand it.
bin/duneproject
+
1
−
1
View file @
4f18196c
...
...
@@ -140,7 +140,7 @@ echo
################## FIND AVAILABLE MODULES ##################
.
$(
canonicalpath
$0
)
/dunemodules.
inc
.
$(
canonicalpath
$0
)
/
../lib/
dunemodules.
lib
# create PKG_CONFIG_PATH for installed dune modules
export
PKG_CONFIG_PATH
=
"
$PKG_CONFIG_PATH
:
$(
canonicalpath
$0
)
/../lib/pkgconfig"
...
...
This diff is collapsed.
Click to expand it.
bin
/dunemodules.
inc
→
lib
/dunemodules.
lib
+
0
−
0
View file @
4f18196c
File moved
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