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
af57fd2a
Commit
af57fd2a
authored
May 21, 2016
by
Henry Weller
Browse files
wrmdep: Now prints the full path of the .dep files removed
parent
16714f35
Changes
1
Hide whitespace changes
Inline
Side-by-side
wmake/wrmdep
View file @
af57fd2a
...
...
@@ -152,8 +152,8 @@ files)
find
$objectsDir
-name
'*.dep'
-print
| xargs
-t
rm
2>/dev/null
else
echo
"removing .dep files referring to
$1
..."
find
$objectsDir
-name
'*.dep'
-exec
grep
"
$1
"
'{}'
\;
\
-exec
rm
'{}'
\;
find
$objectsDir
-name
'*.dep'
-exec
grep
-q
"
$1
"
'{}'
\;
\
-exec
rm
'{}'
\;
-print
fi
;;
...
...
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