Skip to content

Commit cae8824

Browse files
committed
[Bug #21995] Clean mkmf.log at gem-install
1 parent 1ffe16c commit cae8824

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/mkmf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,6 +2567,7 @@ def create_makefile(target, srcprefix = nil)
25672567
mfile.print "\t$(INSTALL_PROG) #{fseprepl[f]} #{dir}\n"
25682568
if defined?($installed_list)
25692569
mfile.print "\t@echo #{dir}/#{File.basename(f)}>>$(INSTALLED_LIST)\n"
2570+
mfile.print "\t-$(Q)$(RM) mkmf.log\n"
25702571
end
25712572
end
25722573
mfile.print "clean-static::\n"

0 commit comments

Comments
 (0)