summaryrefslogtreecommitdiff
path: root/bcc32/configure.bat
diff options
context:
space:
mode:
authorH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-08 05:46:29 +0000
committerH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-08 05:46:29 +0000
commit275d1a12e6eeae346731bd9373aeff934d270db0 (patch)
treecea47e12b403f103e2081ca9cfe7fbec504787ed /bcc32/configure.bat
parent75821a5afba9c19a3eedeb4a092aade1ad21209a (diff)
bcc32/configure.bat : Control of a message.
bcc32/makefile.sub : @(sitearch) typo. ext/extmk.rb.in : [bccwin32] libdir is added to a library path. lib/mkmf.rb : ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/configure.bat')
-rw-r--r--bcc32/configure.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/configure.bat b/bcc32/configure.bat
index 0025fa685e..65b53a2978 100644
--- a/bcc32/configure.bat
+++ b/bcc32/configure.bat
@@ -8,4 +8,4 @@ echo>> ~tmp~.mak conf = %0
echo>> ~tmp~.mak $(conf:\=/): nul
echo>> ~tmp~.mak @del ~tmp~.mak
echo>> ~tmp~.mak make -Dbcc32dir="$(@D)" -f$(@D)/setup.mak %1
-make -f ~tmp~.mak
+make -s -f ~tmp~.mak