Lines Matching +full:include +full:- +full:all +full:- +full:sources
14 % perl -v
17 x86_64-linux-gnu-thread-multi
18 (with 60 registered patches, see perl -V for more detail)
20 % as --version
24 % nasm -v
28 ## 1. Obtain and extract new OpenSSL sources
31 all files into `deps/openssl/openssl`. Then add all files and commit
35 % rm -rf openssl
36 % tar zxf ~/tmp/openssl-1.1.0h.tar.gz
37 % mv openssl-1.1.0h openssl
38 % git add --all openssl
45 deps: upgrade openssl sources to 1.1.0h
47 This updates all sources in deps/openssl/openssl by:
49 $ rm -rf openssl
50 $ tar zxf ~/tmp/openssl-1.1.0h.tar.gz
51 $ mv openssl-1.1.0h openssl
52 $ git add --all openssl
58 Use `make` to regenerate all platform dependent files in
61 # On non-Linux machines
62 % make gen-openssl
65 % make -C deps/openssl/config
71 sources, `buildinf.h` files will be updated because they have timestamp
74 % git diff -- deps/openssl
79 `Makefile_VC-WIN64A` and `Makefile_VC-WIN32` that are manually
86 Update all architecture dependent files. Do not forget to git add or remove
90 % git add deps/openssl/openssl/include/crypto/bn_conf.h
91 % git add deps/openssl/openssl/include/crypto/dso_conf.h
92 % git add deps/openssl/openssl/include/openssl/opensslconf.h
99 deps: update archs files for OpenSSL-1.1.0
101 After an OpenSSL source update, all the config files need to be
103 $ make -C deps/openssl/config
105 $ git add deps/openssl/openssl/include/crypto/bn_conf.h
106 $ git add deps/openssl/openssl/include/crypto/dso_conf.h
107 $ git add deps/openssl/openssl/include/openssl/opensslconf.h