Lines Matching refs:COMPONENT_SRC
52 PKG_PROTO_DIRS += $(COMPONENT_SRC)/contrib
53 PKG_PROTO_DIRS += $(COMPONENT_SRC)/doc
72 COMPONENT_TEST_DIR = $(COMPONENT_SRC)/tests
95 if [[ -f $(COMPONENT_SRC)/doc/hg.1.~1~ ]]; then \
96 cd $(COMPONENT_SRC)/doc; gmake man || true; cd ../..; \
98 diff -u $(COMPONENT_SRC)/doc/$$f.~1~ $(COMPONENT_SRC)/doc/$$f; \
102 cp -p $(COMPONENT_SRC)/doc/$$f $(COMPONENT_SRC)/doc/$$f.orig; \
104 cd $(COMPONENT_SRC)/doc; gmake man || true; cd ../..; \
106 diff -u $(COMPONENT_SRC)/doc/$$f.orig $(COMPONENT_SRC)/doc/$$f; \