mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
arch/: Clean what was made during context in distclean.
Cleaning during `clean_context` had the issue of remaking everything when `menuconfig` was issued. That's because `menuconfig` has a `clean_context` on its way. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
af1dceb3e3
commit
e85b119363
@@ -19,7 +19,7 @@
|
||||
############################################################################
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
-include chip/Make.defs
|
||||
include chip/Make.defs
|
||||
|
||||
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
|
||||
|
||||
@@ -149,8 +149,6 @@ depend: .depend
|
||||
|
||||
context::
|
||||
|
||||
clean_context::
|
||||
|
||||
clean:
|
||||
ifeq ($(BOARDMAKE),y)
|
||||
$(Q) $(MAKE) -C board clean
|
||||
@@ -158,7 +156,7 @@ endif
|
||||
$(call DELFILE, libarch$(LIBEXT))
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
distclean:: clean
|
||||
ifeq ($(BOARDMAKE),y)
|
||||
$(Q) $(MAKE) -C board distclean
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user