Added caching for HAS_SYSTEMTAP in Makefile

pull/2382/head
murgatroid99 10 years ago
parent aa5215770d
commit 4a015a6b29
  1. 4
      Makefile
  2. 4
      templates/Makefile.template

@ -474,6 +474,10 @@ endif
endif
endif
ifeq ($(HAS_SYSTEMTAP),true)
CACHE_MK += HAS_SYSTEMTAP = true\n
endif
# Note that for testing purposes, one can do:
# make HAS_EMBEDDED_OPENSSL_ALPN=false
# to emulate the fact we do not have OpenSSL in the third_party folder.

@ -499,6 +499,10 @@ endif
endif
endif
ifeq ($(HAS_SYSTEMTAP),true)
CACHE_MK += HAS_SYSTEMTAP = true\n
endif
# Note that for testing purposes, one can do:
# make HAS_EMBEDDED_OPENSSL_ALPN=false
# to emulate the fact we do not have OpenSSL in the third_party folder.

Loading…
Cancel
Save