summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-30 00:51:23 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-30 00:51:23 +0200
commit00af66e9c04c3f03ae1384691b4edf925f3cd073 (patch)
treef9d48bbae99ec58db22cb850d8e087a9aee3b3a9 /build
parent4ffb7db8e76cfbe9bdca005ef1f468b02e435868 (diff)
supress messages for new perl makefiles
Diffstat (limited to 'build')
-rw-r--r--build/build-x64.bat12
-rw-r--r--build/build-x86.bat12
2 files changed, 12 insertions, 12 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat
index 6276677c..9fdf75de 100644
--- a/build/build-x64.bat
+++ b/build/build-x64.bat
@@ -20,14 +20,14 @@ nmake /nologo /f makefile.mak
 cd perl
 set OOPATH=%PATH%
 set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x64\bin
-nmake /nologo /f makefile-58.mak clean
-nmake /nologo /f makefile-58.mak
+nmake /nologo /s /f makefile-58.mak clean
+nmake /nologo /s /f makefile-58.mak
 set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x64\bin
-nmake /nologo /f makefile-510.mak clean
-nmake /nologo /f makefile-510.mak
+nmake /nologo /s /f makefile-510.mak clean
+nmake /nologo /s /f makefile-510.mak
 set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x64\bin
-nmake /nologo /f makefile-512.mak clean
-nmake /nologo /f makefile-512.mak
+nmake /nologo /s /f makefile-512.mak clean
+nmake /nologo /s /f makefile-512.mak
 cd ..\..\build
 set PATH=%OPATH%
 call release-x64.bat
diff --git a/build/build-x86.bat b/build/build-x86.bat
index 5f252252..981f7150 100644
--- a/build/build-x86.bat
+++ b/build/build-x86.bat
@@ -16,14 +16,14 @@ nmake /nologo /f makefile.mak
 cd perl
 set OOPATH=%PATH%
 set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x86\bin
-nmake /nologo /f makefile-58.mak clean
-nmake /nologo /f makefile-58.mak
+nmake /nologo /s /f makefile-58.mak clean
+nmake /nologo /s /f makefile-58.mak
 set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x86\bin
-nmake /nologo /f makefile-510.mak clean
-nmake /nologo /f makefile-510.mak
+nmake /nologo /s /f makefile-510.mak clean
+nmake /nologo /s /f makefile-510.mak
 set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x86\bin
-nmake /nologo /f makefile-512.mak clean
-nmake /nologo /f makefile-512.mak
+nmake /nologo /s /f makefile-512.mak clean
+nmake /nologo /s /f makefile-512.mak
 cd ..\..\build
 call compile-po-files.bat
 cd ..\build