ruby-changes:53006
From: hsbt <ko1@a...>
Date: Sat, 20 Oct 2018 19:05:11 +0900 (JST)
Subject: [ruby-changes:53006] hsbt:r65220 (trunk): Revert "Mergr etc from github repository."
hsbt 2018-10-20 19:05:05 +0900 (Sat, 20 Oct 2018) New Revision: 65220 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65220 Log: Revert "Mergr etc from github repository." This reverts commit a85200277921dbefc1dfc9edd9ed26e9cea009f8. Modified files: trunk/ext/etc/extconf.rb Index: ext/etc/extconf.rb =================================================================== --- ext/etc/extconf.rb (revision 65219) +++ ext/etc/extconf.rb (revision 65220) @@ -41,12 +41,6 @@ have_struct_member('struct passwd', 'pw_ https://github.com/ruby/ruby/blob/trunk/ext/etc/extconf.rb#L41 have_struct_member('struct passwd', 'pw_passwd', 'pwd.h') have_struct_member('struct group', 'gr_passwd', 'grp.h') -# for https://github.com/ruby/etc -srcdir = File.expand_path("..", __FILE__) -if !File.exists?("#{srcdir}/constdefs.h") - %x[#{RbConfig.ruby} #{srcdir}/mkconstants.rb -o #{srcdir}/constdefs.h] -end - $distcleanfiles << "constdefs.h" create_makefile("etc") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/