Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Development
openfoam
Commits
cec32d2a
Commit
cec32d2a
authored
16 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
prevent softlinking errors if file exists
parent
a15e5f7f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Allwmake
+2
-2
2 additions, 2 deletions
src/Allwmake
src/turbulenceModels/LES/Allwmake
+1
-1
1 addition, 1 deletion
src/turbulenceModels/LES/Allwmake
with
3 additions
and
3 deletions
src/Allwmake
+
2
−
2
View file @
cec32d2a
...
@@ -5,8 +5,8 @@ set -x
...
@@ -5,8 +5,8 @@ set -x
# update OpenFOAM version strings if required
# update OpenFOAM version strings if required
wmakePrintBuild
-check
||
/bin/rm
-f
OpenFOAM/Make/
$WM_OPTIONS
/global.? 2>/dev/null
wmakePrintBuild
-check
||
/bin/rm
-f
OpenFOAM/Make/
$WM_OPTIONS
/global.? 2>/dev/null
wmakeLnInclude
-f
OpenFOAM
wmakeLnInclude
-f
OpenFOAM
-sf
wmakeLnInclude
-f
OSspecific/
$WM_OS
wmakeLnInclude
-f
OSspecific/
$WM_OS
-sf
Pstream/Allwmake
Pstream/Allwmake
wmake libo OSspecific/
$WM_OS
wmake libo OSspecific/
$WM_OS
...
...
This diff is collapsed.
Click to expand it.
src/turbulenceModels/LES/Allwmake
+
1
−
1
View file @
cec32d2a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
cd
${
0
%/*
}
||
exit
1
# run from this directory
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
set
-x
wmakeLnInclude
-f
../incompressible/LES
wmakeLnInclude
-f
../incompressible/LES
-sf
wmake libso LESfilters
wmake libso LESfilters
wmake libso LESdeltas
wmake libso LESdeltas
...
...
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