components/Makefile
changeset 53 e398cb2c4b45
parent 38 cd00ea74156e
child 58 d8024c042a00
equal deleted inserted replaced
52:709174c893d4 53:e398cb2c4b45
    59 
    59 
    60 clean:	$(COMPONENT_DIRS:%=%.nosetup)
    60 clean:	$(COMPONENT_DIRS:%=%.nosetup)
    61 	$(RM) components.mk depends.mk .profile
    61 	$(RM) components.mk depends.mk .profile
    62 
    62 
    63 clobber:	$(COMPONENT_DIRS:%=%.nosetup) clean
    63 clobber:	$(COMPONENT_DIRS:%=%.nosetup) clean
    64 	$(RM) -r $(WS_REPO) $(WS_LOGS)
    64 	$(RM) -r $(WS_REPO) $(WS_LOGS) $(WS_LINT_CACHE)
    65 
    65 
    66 setup:	$(WS_LOGS) repo tools .profile
    66 setup:	$(WS_LOGS) repo tools .profile
    67 
    67 
    68 $(WS_LOGS):
    68 $(WS_LOGS):
    69 	$(MKDIR) $@
    69 	$(MKDIR) $@