make-rules/shared-macros.mk
changeset 4252 891a844655c4
parent 4206 a24a2855075c
child 4272 842ee8dc3530
equal deleted inserted replaced
4251:2bf7e2c1ca74 4252:891a844655c4
   921 COMPONENT_HOOK ?=	echo $(COMPONENT_NAME) $(COMPONENT_VERSION)
   921 COMPONENT_HOOK ?=	echo $(COMPONENT_NAME) $(COMPONENT_VERSION)
   922 
   922 
   923 component-hook:
   923 component-hook:
   924 	@$(COMPONENT_HOOK)
   924 	@$(COMPONENT_HOOK)
   925 
   925 
       
   926 CLEAN_PATHS +=	$(BUILD_DIR)
       
   927 CLOBBER_PATHS +=	$(PROTO_DIR)
       
   928 
   926 #
   929 #
   927 # Packages with tools that are required to build Userland components
   930 # Packages with tools that are required to build Userland components
   928 #
   931 #
   929 REQUIRED_PACKAGES += developer/build/gnu-make
   932 REQUIRED_PACKAGES += developer/build/gnu-make
   930 REQUIRED_PACKAGES += developer/build/make
   933 REQUIRED_PACKAGES += developer/build/make