Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
78c15ac0
Commit
78c15ac0
authored
Jun 24, 2019
by
Mark OLESEN
Browse files
STYLE: use foamEtcFile instead of wmakeBuildInfo when reporting api
parent
526759f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Allwmake
View file @
78c15ac0
...
...
@@ -75,8 +75,8 @@ echo " ${WM_PROJECT_DIR##*/}"
echo
"
$WM_COMPILER
$WM_COMPILER_TYPE
compiler"
echo
"
${
WM_OPTIONS
}
, with
${
WM_MPLIB
}
${
FOAM_MPI
}
"
echo
echo
" api =
$(
wmakeBuildInfo
-show-api
2>/dev/null
)
"
echo
" patch =
$(
wmakeBuildInfo
-show-patch
2>/dev/null
)
"
echo
" api =
$(
foamEtcFile
-show-api
2>/dev/null
)
"
echo
" patch =
$(
foamEtcFile
-show-patch
2>/dev/null
)
"
echo
" bin =
$(
_foamCountDirEntries
$FOAM_APPBIN
)
entries"
echo
" lib =
$(
_foamCountDirEntries
$FOAM_LIBBIN
)
entries"
echo
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment