RMDIRS includes -p option [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2024-03-07 17:13:43 +09:00
parent 1c083c4db0
commit 78725f14b2
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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