mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
Remove the residual files in distclean
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
21302fcdae
commit
6b4cc3011c
@@ -220,6 +220,7 @@ distclean: clean
|
||||
$(Q) $(MAKE) -C ubin distclean TOPDIR=$(TOPDIR)
|
||||
$(Q) $(MAKE) -C kbin distclean TOPDIR=$(TOPDIR)
|
||||
$(Q) $(MAKE) -C zoneinfo distclean TOPDIR=$(TOPDIR) BIN=$(BIN)
|
||||
$(call DELFILE, exec_symtab.c)
|
||||
$(call DELFILE, bin/Make.dep)
|
||||
$(call DELFILE, ubin/Make.dep)
|
||||
$(call DELFILE, kbin/Make.dep)
|
||||
|
||||
@@ -293,4 +293,5 @@ clean:
|
||||
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||
$(Q) rm -rf *.dSYM
|
||||
endif
|
||||
$(Q) $(MAKE) -C pic32 -f Makefile.host TOPDIR="$(TOPDIR)" clean
|
||||
$(call CLEAN)
|
||||
|
||||
Reference in New Issue
Block a user