| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cb4d8ce commit 14e559d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,7 @@ This updates all sources in deps/openssl/openssl by: | |||
| 57 | 57 | Use `make` to regenerate all platform dependent files in | |
| 58 | 58 | `deps/openssl/config/archs/`: | |
| 59 | 59 | ```sh | |
| 60 | - % cd deps/openssl/config; make | ||
| 60 | + % make -C deps/openssl/config | ||
| 61 | 61 | ``` | |
| 62 | 62 | ||
| 63 | 63 | ## 3. Check diffs | |
@@ -66,8 +66,7 @@ Check diffs if updates are right. Even if no updates in openssl | |||
| 66 | 66 | sources, `buildinf.h` files will be updated for they have a timestamp | |
| 67 | 67 | data in them. | |
| 68 | 68 | ```sh | |
| 69 | - % cd deps/openssl/config | ||
| 70 | - % git diff | ||
| 69 | + % git diff -- deps/openssl | ||
| 71 | 70 | ``` | |
| 72 | 71 | ||
| 73 | 72 | *Note*: On Windows, OpenSSL Configure generates `makefile` that can be | |
@@ -95,8 +94,7 @@ The commit message can be (with the openssl version set to the relevant value): | |||
| 95 | 94 | ||
| 96 | 95 | After an OpenSSL source update, all the config files need to be | |
| 97 | 96 | regenerated and committed by: | |
| 98 | - $ cd deps/openssl/config | ||
| 99 | - $ make | ||
| 97 | + $ make -C deps/openssl/config | ||
| 100 | 98 | $ git add deps/openssl/config/archs | |
| 101 | 99 | $ git add deps/openssl/openssl/include/crypto/bn_conf.h | |
| 102 | 100 | $ git add deps/openssl/openssl/include/crypto/dso_conf.h | |
| Back | FazBrowse Home | New Git URL |
0 commit comments