Binary is now apps/openssl not apps/ssleay so use the new name when
rehashing the test certs
This commit is contained in:
parent
251f25e0b5
commit
794b9c8f50
@ -237,7 +237,7 @@ links:
|
|||||||
(cd $$i && echo "making links in $$i..." && \
|
(cd $$i && echo "making links in $$i..." && \
|
||||||
$(MAKE) SDIRS='${SDIRS}' links ) || exit 1; \
|
$(MAKE) SDIRS='${SDIRS}' links ) || exit 1; \
|
||||||
done;
|
done;
|
||||||
@(SSLEAY="`pwd`/apps/ssleay"; export SSLEAY; sh tools/c_rehash certs)
|
@(SSLEAY="`pwd`/apps/openssl"; export SSLEAY; sh tools/c_rehash certs)
|
||||||
|
|
||||||
dclean:
|
dclean:
|
||||||
/bin/rm -f *.bak
|
/bin/rm -f *.bak
|
||||||
@ -255,7 +255,7 @@ test: tests
|
|||||||
tests:
|
tests:
|
||||||
(cd test && echo "testing $$i..." && \
|
(cd test && echo "testing $$i..." && \
|
||||||
$(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SDIRS='${SDIRS}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' tests );
|
$(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SDIRS='${SDIRS}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' tests );
|
||||||
@apps/ssleay version -a
|
@apps/openssl version -a
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
@for i in $(DIRS) ;\
|
@for i in $(DIRS) ;\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user