Origin: other
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2019-01-30
Last-Update: 2019-01-30
Gbp-Pq: Name 0014-use_system_yaml-cpp.patch
proxy/shared
lib/records
include/wccp
- lib/yamlcpp/include
iocore/eventsystem
iocore/net
iocore/dns
include/tscore/ink_config.h
lib/tsconfig/Makefile
src/wccp/Makefile
- lib/yamlcpp/Makefile
mgmt/Makefile
mgmt/api/Makefile
mgmt/api/include/Makefile
# to prevent Clang Analyzer warning
LOCAL =
-if BUILD_YAML_CPP
-LOCAL += yamlcpp
-endif
-
all-local: $(LOCAL)
- $(MAKE) -C yamlcpp
clean-local:
- $(MAKE) -C yamlcpp clean