File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ 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
31
30
GENERATE = ./generate_gypi.pl
32
31
33
32
OPSSL_SRC = ../openssl
@@ -45,8 +44,9 @@ all: $(ARCHS) replace
45
44
46
45
# Configure and generate openssl asm files for each archs
47
46
$(ARCHS ) :
48
- # Remove openssl .gitignore to follow nodejs .gitignore
49
- if [ -e $(GITIGNORE) ]; then rm $(GITIGNORE); fi
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*
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
You can’t perform that action at this time.
0 commit comments