mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
Mk: no errors on crypto probe
This commit is contained in:
parent
8903f16227
commit
54cb00d75a
2
Makefile
2
Makefile
@ -43,7 +43,7 @@ CORE_HASH= ${CORE_COMMIT:C/^.*-//1}
|
||||
|
||||
CORE_ABI?= 16.7
|
||||
|
||||
_FLAVOUR!= ${LOCALBASE}/bin/openssl version
|
||||
_FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi
|
||||
FLAVOUR?= ${_FLAVOUR:[1]}
|
||||
|
||||
.if "${FLAVOUR}" == OpenSSL || "${FLAVOUR}" == ""
|
||||
|
||||
@ -23,11 +23,14 @@
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
|
||||
PKG!= which pkg || echo true
|
||||
GIT!= which git || echo true
|
||||
LOCALBASE?= /usr/local
|
||||
PAGER?= less
|
||||
|
||||
OPENSSL?= ${LOCALBASE}/bin/openssl
|
||||
|
||||
PKG!= which pkg || echo true
|
||||
GIT!= which git || echo true
|
||||
|
||||
all-stub: all
|
||||
@echo "Nothing to do."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user