Skip to content
Snippets Groups Projects
Commit 2494295a authored by sof's avatar sof
Browse files

[project @ 1998-08-14 13:20:03 by sof]

make cleaning -odirs: discard error msgs should rmdir fail
parent 19aeaaf9
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment