Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
2494295a
Commit
2494295a
authored
Aug 14, 1998
by
sof
Browse files
[project @ 1998-08-14 13:20:03 by sof]
make cleaning -odirs: discard error msgs should rmdir fail
parent
19aeaaf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/target.mk
View file @
2494295a
...
...
@@ -946,7 +946,7 @@ ifneq "$(HS_OBJS)" ""
ifneq
"$(filter -split-objs,$(HC_OPTS))" ""
clean
::
find
$(
patsubst
%.
$(way_)
o,%,
$(HS_OBJS)
)
-name
'*.
$(way_)
o'
-print
| xargs
$(RM)
__rm_food
-
rmdir
$(
patsubst
%.
$(way_)
o,%,
$(HS_OBJS)
)
-
rmdir
$(
patsubst
%.
$(way_)
o,%,
$(HS_OBJS)
)
>
/dev/null 2>&1
endif
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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