Bug #2077 » ruby19-mkmf-parallel-install.patch
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
|