Revert commit c90c7a33f5
targets.mk: Revert to cleanup at every compile for 'standard' targets. Note: You can do 'dirty' builds with 'make compile-dirty' and 'make test-dirty'. - Disadvantage: these builds may fail due to the missing clean. - Advantage: typically the 'dirty' builds are much faster.
This commit is contained in:
parent
cc14aa6cfe
commit
ba492c9537
|
@ -88,6 +88,8 @@ 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::
|
||||
|
|
Loading…
Reference in New Issue