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
Commits
06bc199d
Commit
06bc199d
authored
May 27, 2011
by
mattijs
Browse files
ENH: wmake: print pwd upon error
parent
29c879a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
wmake/wmake
View file @
06bc199d
...
...
@@ -193,12 +193,12 @@ fi
#------------------------------------------------------------------------------
[
-d
$MakeDir
]
||
{
echo
"
$Script
error: '
$MakeDir
' directory does not exist"
1>&2
echo
"
$Script
error: '
$MakeDir
' directory does not exist
in
$PWD
"
1>&2
exit
1
}
[
-r
$MakeDir
/files
]
||
{
echo
"
$Script
error: file '
$MakeDir
/files' does not exist"
1>&2
echo
"
$Script
error: file '
$MakeDir
/files' does not exist
in
$PWD
"
1>&2
exit
1
}
...
...
@@ -232,7 +232,7 @@ fi
OBJECTS_DIR
=
$MakeDir
/
$WM_OPTIONS
[
-r
$OBJECTS_DIR
/objectFiles
]
||
{
echo
"
$Script
error: file '
$OBJECTS_DIR
/objectFiles' could not be created"
1>&2
echo
"
$Script
error: file '
$OBJECTS_DIR
/objectFiles' could not be created
in
$PWD
"
1>&2
exit
1
}
...
...
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