Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 279825 | Differences between
and this patch

Collapse All | Expand All

(-)ruby-1.9.1-p243/lib/mkmf.rb (+2 lines)
Lines 1681-1686 static: $(STATIC_LIB)#{$extout ? " insta Link Here
1681
      mfile.print "\t@-$(RMDIRS) #{fseprepl[dir]}\n"
1681
      mfile.print "\t@-$(RMDIRS) #{fseprepl[dir]}\n"
1682
    else
1682
    else
1683
      mfile.print "#{dest}: #{f}\n"
1683
      mfile.print "#{dest}: #{f}\n"
1684
      mfile.print "\t@$(MAKEDIRS) #{dir}"
1684
      mfile.print "\t$(INSTALL_PROG) #{fseprepl[f]} #{fseprepl[dir]}\n"
1685
      mfile.print "\t$(INSTALL_PROG) #{fseprepl[f]} #{fseprepl[dir]}\n"
1685
      if defined?($installed_list)
1686
      if defined?($installed_list)
1686
	mfile.print "\t@echo #{dir}/#{File.basename(f)}>>$(INSTALLED_LIST)\n"
1687
	mfile.print "\t@echo #{dir}/#{File.basename(f)}>>$(INSTALLED_LIST)\n"
Lines 1704-1709 static: $(STATIC_LIB)#{$extout ? " insta Link Here
1704
	dest = "#{dir}/#{File.basename(f)}"
1705
	dest = "#{dir}/#{File.basename(f)}"
1705
	mfile.print("install-rb#{sfx}: #{dest}\n")
1706
	mfile.print("install-rb#{sfx}: #{dest}\n")
1706
        mfile.print("#{dest}: #{f}\n")
1707
        mfile.print("#{dest}: #{f}\n")
1708
        mfile.print "\t@$(MAKEDIRS) #{dir}"
1707
        mfile.print("\t$(#{$extout ? 'COPY' : 'INSTALL_DATA'}) ")
1709
        mfile.print("\t$(#{$extout ? 'COPY' : 'INSTALL_DATA'}) ")
1708
	mfile.print("#{fseprepl[f]} $(@D#{sep})\n")
1710
	mfile.print("#{fseprepl[f]} $(@D#{sep})\n")
1709
	if defined?($installed_list) and !$extout
1711
	if defined?($installed_list) and !$extout

Return to bug 279825