summaryrefslogtreecommitdiff
path: root/ext/fiddle/depend
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-24 02:29:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-24 02:29:56 +0000
commit0cd829c3393a143ff72fa56ea4040a82e2ecf1e0 (patch)
treedf520a7be5bf5beb90fe5fc419b2735bb5de3d69 /ext/fiddle/depend
parent84c39fb2fae841adc09818db52664538eeeb13dd (diff)
fiddle: win32/libffi-config.rb
* ext/fiddle/win32/libffi-config.rb: generate necessary files to build on mswin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/fiddle/depend')
-rw-r--r--ext/fiddle/depend3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/fiddle/depend b/ext/fiddle/depend
index 0513af4801..9146ef07a8 100644
--- a/ext/fiddle/depend
+++ b/ext/fiddle/depend
@@ -1,7 +1,6 @@
PWD =
CONFIGURE_LIBFFI = \
- cd $(LIBFFI_DIR) && \
$(LIBFFI_CONFIGURE) --disable-shared \
--host=$(LIBFFI_ARCH) --enable-builddir=$(arch) \
CC="$(CC)" CFLAGS="$(LIBFFI_CFLAGS)" \
@@ -31,7 +30,7 @@ clean-libffi:
distclean-libffi:
$(Q) $(SUBMAKE_LIBFFI) distclean
$(Q) $(RM) $(LIBFFI_DIR)/local.exp
- $(Q) $(RUBY) -rfileutils -e 'FileUtils.rmdir(Dir.glob(ARGV[0]+"/**/"), :parents=>true)' $(LIBFFI_DIR)
+ $(Q) $(RUBY) -rfileutils -e "FileUtils.rmdir(Dir.glob(ARGV[0]+'/**/'), :parents=>true)" $(LIBFFI_DIR)
realclean-libffi:
$(Q) $(RMALL) $(LIBFFI_DIR)