mkmf-parallel-install.patch
| 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"
|