gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 88/222: HTTP3.md: move -p for mkdir, remove -j for make


From: gnunet
Subject: [gnurl] 88/222: HTTP3.md: move -p for mkdir, remove -j for make
Date: Thu, 07 Nov 2019 00:09:44 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 9e78e739a5a8dc7f8a35f10e9c0ada7b6df5a527
Author: Alex Samorukov <address@hidden>
AuthorDate: Mon Sep 23 20:56:48 2019 +0200

    HTTP3.md: move -p for mkdir, remove -j for make
    
    - mkdir on OSX/Darwin requires `-p` argument before dir
    
    - portabbly figuring out number of cores is an exercise for somewhere
      else
    
    Closes #4407
---
 docs/HTTP3.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 66de7b3de..bf2741955 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -91,9 +91,9 @@ Build BoringSSL (it needs to be built manually so it can be 
reused with curl):
      % mkdir build
      % cd build
      % cmake -DCMAKE_POSITION_INDEPENDENT_CODE=on ..
-     % make -j`nproc`
+     % make
      % cd ..
-     % mkdir .openssl/lib -p
+     % mkdir -p .openssl/lib
      % cp build/crypto/libcrypto.a build/ssl/libssl.a .openssl/lib
      % ln -s $PWD/include .openssl
 
@@ -109,7 +109,7 @@ Clone and build curl:
      % cd curl
      % ./buildconf
      % ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" 
--with-ssl=$PWD/../quiche/deps/boringssl/.openssl 
--with-quiche=$PWD/../quiche/target/release
-     % make -j`nproc`
+     % make
 
 ## Running
 

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



reply via email to

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