gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 51/150: build-openssl.bat/build-wolfssl.bat: Build


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 51/150: build-openssl.bat/build-wolfssl.bat: Build platform is optional
Date: Fri, 30 Mar 2018 16:48:25 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit ff07089585300739212d0b3dab66b92d21cafb1d
Author: Steve Holme <address@hidden>
AuthorDate: Tue Feb 6 19:35:13 2018 +0000

    build-openssl.bat/build-wolfssl.bat: Build platform is optional
    
    Whilst the compiler parameter is mandatory, platform is optional as it
    is automatically calculated by the :configure section.
    
    This partially reverts commit 6d62d2c55d.
---
 projects/build-openssl.bat | 5 ++---
 projects/build-wolfssl.bat | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/projects/build-openssl.bat b/projects/build-openssl.bat
index 6389e87a5..b69276848 100644
--- a/projects/build-openssl.bat
+++ b/projects/build-openssl.bat
@@ -120,9 +120,8 @@ rem 
***************************************************************************
   shift & goto parseArgs
 
 :prerequisites
-  rem Compiler and platform are required parameters.
+  rem Compiler is a required parameter
   if not defined VC_VER goto syntax
-  if not defined BUILD_PLATFORM goto syntax
 
   rem Default the start directory if one isn't specified
   if not defined START_DIR set START_DIR=..\..\openssl
@@ -312,7 +311,7 @@ rem 
***************************************************************************
 :syntax
   rem Display the help
   echo.
-  echo Usage: build-openssl ^<compiler^> ^<platform^> [configuration] 
[directory]
+  echo Usage: build-openssl ^<compiler^> [platform] [configuration] [directory]
   echo.
   echo Compiler:
   echo.
diff --git a/projects/build-wolfssl.bat b/projects/build-wolfssl.bat
index 1c3b8c5b0..e5cf1536a 100644
--- a/projects/build-wolfssl.bat
+++ b/projects/build-wolfssl.bat
@@ -107,9 +107,8 @@ rem 
***************************************************************************
   shift & goto parseArgs
 
 :prerequisites
-  rem Compiler and platform are required parameters.
+  rem Compiler is a required parameter
   if not defined VC_VER goto syntax
-  if not defined BUILD_PLATFORM goto syntax
 
   rem Default the start directory if one isn't specified
   if not defined START_DIR set START_DIR=..\..\wolfssl
@@ -300,7 +299,7 @@ rem 
***************************************************************************
 :syntax
   rem Display the help
   echo.
-  echo Usage: build-wolfssl ^<compiler^> ^<platform^> [configuration] 
[directory]
+  echo Usage: build-wolfssl ^<compiler^> [platform] [configuration] [directory]
   echo.
   echo Compiler:
   echo.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]