소스 검색

targets.mk: Drop the rule to clean at every compile

Rationale: 1. Save time and energy.  2. Use the make tool for what
it's been made.
Marco Wahl 8 년 전
부모
커밋
c90c7a33f5
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      mk/targets.mk

+ 0 - 2
mk/targets.mk

@@ -88,8 +88,6 @@ local.mk:
 	$(info ======================================================)
 	-@$(MAKE_LOCAL_MK)
 
-all compile::
-	$(foreach dir, doc lisp, $(MAKE) -C $(dir) clean;)
 compile compile-dirty::
 	$(MAKE) -C lisp $@
 all clean-install::