summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-03-07 17:13:43 +0900
committerNobuyoshi Nakada <[email protected]>2024-03-07 17:13:43 +0900
commit78725f14b287bff19d48dea076be169c74e18b77 (patch)
tree890e07a4ca552aedeffab89de5879a6eeb392f52
parent1c083c4db00f513069113cca738063213511a978 (diff)
RMDIRS includes `-p` option [ci skip]
-rwxr-xr-xext/extmk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index 7e4e212906..e52fbb4208 100755
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -825,7 +825,7 @@ begin
end
mf.puts "#{t}:#{pd}\n\t$(Q)#{submake} $(MFLAGS) V=$(V) $(@F)"
if clean and clean.begin(1)
- mf.puts "\t$(Q)$(RM) $(ext_build_dir)/exts.mk\n\t$(Q)$(RMDIRS) -p $(@D)"
+ mf.puts "\t$(Q)$(RM) $(ext_build_dir)/exts.mk\n\t$(Q)$(RMDIRS) $(@D)"
end
end
end