summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-17 09:38:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-17 09:38:38 +0000
commit023eab52018a87a63a465aa73d25a58162115663 (patch)
tree726ef081ae1b9bf0cfda3269d8e0a75ab22ea5da /win32
parenta7de3755047fb697e0b3d292a3713145c7e04447 (diff)
* win32/Makefile.sub (MAKEDIRS): should not include silent flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub10
1 files changed, 6 insertions, 4 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index bf48af09a7..ac0839fc51 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -268,7 +268,7 @@ XRUBY = $(RUNRUBY)
!ifndef RUBY
RUBY = ruby
!endif
-MAKEDIRS = @$(MINIRUBY) -run -e mkdir -- -p
+MAKEDIRS = $(MINIRUBY) -run -e mkdir -- -p
!if !defined(STACK)
!if "$(ARCH)" == "x64" || "$(ARCH)" == "ia64"
@@ -837,11 +837,12 @@ $(LIBRUBY_SO): $(LIBRUBY_A) $(DLDOBJS) $(RUBYDEF) $(RUBY_SO_NAME).res
$(Q) $(LDSHARED_2)
$(RUBYDEF): $(LIBRUBY_A) $(PREP)
- $(MINIRUBY) $(srcdir)/win32/mkexports.rb \
+ $(ECHO) generating $@
+ $(Q) $(MINIRUBY) $(srcdir)/win32/mkexports.rb \
-output=$@ -arch=$(ARCH) $(LIBRUBY_A)
{$(win_srcdir)}.def.lib:
- $(AR) $(ARFLAGS)$@ -def:$<
+ $(Q) $(AR) $(ARFLAGS)$@ -def:$<
clean-local::
@$(RM) $(WINMAINOBJ) ext\extinit.c ext\extinit.$(OBJEXT) ext\vc*.pdb miniruby.lib
@@ -974,7 +975,8 @@ lex.c: {$(srcdir)}lex.c.blt
enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt
@if not exist $(@D:/=\) md $(@D:/=\)
- copy $(?:/=\) $(@:/=\)
+ $(ECHO) copying $@
+ $(Q) copy $(?:/=\) $(@:/=\) > nul
$(OBJS): {$(hdrdir)/ruby}win32.h