Project

General

Profile

Bug #1337 » mkmf-parallel-install.patch

matsuu (Takuto Matsuu), 03/31/2009 04:52 PM

View differences:

mkmf.rb (working copy)
mfile.print "\t@-$(RM) #{fseprepl[dest]}\n"
mfile.print "\t@-$(RMDIRS) #{fseprepl[dir]}\n"
else
mfile.print "#{dest}: #{f}\n"
mfile.print "#{dest}: #{dir} #{f}\n"
mfile.print "\t$(INSTALL_PROG) #{fseprepl[f]} #{fseprepl[dir]}\n"
if defined?($installed_list)
mfile.print "\t@echo #{dir}/#{File.basename(f)}>>$(INSTALLED_LIST)\n"
    (1-1/1)