make-rules/shared-macros.mk
changeset 6911 7b878dfe6f0d
parent 6859 569bef81e3c4
child 7003 539760b03c07
equal deleted inserted replaced
6910:93182fb9923a 6911:7b878dfe6f0d
   178 CONFIG_SHELL =	/bin/bash
   178 CONFIG_SHELL =	/bin/bash
   179 
   179 
   180 PKG_REPO =	file:$(WS_REPO)
   180 PKG_REPO =	file:$(WS_REPO)
   181 
   181 
   182 COMPONENT_SRC_NAME =	$(COMPONENT_NAME)
   182 COMPONENT_SRC_NAME =	$(COMPONENT_NAME)
   183 COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
       
   184 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
   185 # Assume a component is categorized as a utility by default.
   183 # Assume a component is categorized as a utility by default.
   186 COMPONENT_BUGDB=	utility/$(COMPONENT_NAME)
   184 COMPONENT_BUGDB=	utility/$(COMPONENT_NAME)
   187 
   185 
   188 COMPONENT_DIR :=	$(shell pwd)
   186 COMPONENT_DIR :=	$(shell pwd)
   189 SOURCE_DIR =	$(COMPONENT_DIR)/$(COMPONENT_SRC)
   187 SOURCE_DIR =	$(COMPONENT_DIR)/$(COMPONENT_SRC)