| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0abb724 commit dd95d07
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,6 +27,7 @@ COPTS = no-comp no-shared no-afalgeng | |||
| 27 | 27 | # disable platform check in Configure | |
| 28 | 28 | NO_WARN_ENV = CONFIGURE_CHECKER_WARN=1 | |
| 29 | 29 | ||
| 30 | + GITIGNORE = $(OPSSL_SRC)/.gitignore | ||
| 30 | 31 | GENERATE = ./generate_gypi.pl | |
| 31 | 32 | ||
| 32 | 33 | OPSSL_SRC = ../openssl | |
@@ -44,9 +45,8 @@ all: $(ARCHS) replace | |||
| 44 | 45 | ||
| 45 | 46 | # Configure and generate openssl asm files for each archs | |
| 46 | 47 | $(ARCHS): | |
| 47 | - # Remove openssl git and travis configuration, nodejs has its own (and they | ||
| 48 | - # should not have been packaged by upstream). | ||
| 49 | - rm -rf $(OPSSL_SRC)/.git* $(OPSSL_SRC)/.travis* | ||
| 48 | + # Remove openssl .gitignore to follow nodejs .gitignore | ||
| 49 | + if [ -e $(GITIGNORE) ]; then rm $(GITIGNORE); fi | ||
| 50 | 50 | cd $(OPSSL_SRC); $(NO_WARN_ENV) CC=$(CC) $(PERL) $(CONFIGURE) $(COPTS) $@; | |
| 51 | 51 | $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) asm $@ | |
| 52 | 52 | # Confgure asm_avx2 and generate upto avx2 support | |
| Back | FazBrowse Home | New Git URL |
0 commit comments