Project

General

Profile

Bug #2077 » ruby19-mkmf-parallel-install.patch

Flameeyes (Diego Elio Pettenò), 09/10/2009 08:37 PM

View differences:

ruby-1.9.1-p243/lib/mkmf.rb
mfile.print "\t@-$(RMDIRS) #{fseprepl[dir]}\n"
else
mfile.print "#{dest}: #{f}\n"
mfile.print "\t@$(MAKEDIRS) #{dir}\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"
......
dest = "#{dir}/#{File.basename(f)}"
mfile.print("install-rb#{sfx}: #{dest}\n")
mfile.print("#{dest}: #{f}\n")
mfile.print "\t@$(MAKEDIRS) #{dir}\n"
mfile.print("\t$(#{$extout ? 'COPY' : 'INSTALL_DATA'}) ")
mfile.print("#{fseprepl[f]} $(@D#{sep})\n")
if defined?($installed_list) and !$extout
    (1-1/1)