diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-03-07 17:13:43 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-03-07 17:13:43 +0900 |
commit | 78725f14b287bff19d48dea076be169c74e18b77 () | |
tree | 890e07a4ca552aedeffab89de5879a6eeb392f52 /ext/extmk.rb | |
parent | 1c083c4db00f513069113cca738063213511a978 (diff) |
RMDIRS includes `-p` option [ci skip]
-rwxr-xr-x | ext/extmk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" end end end |