mkmf-parallel-install.patch

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

Download (538 Bytes)

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