You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/05/01 03:43:24 UTC

[incubator-nuttx] branch master updated: Remove the residual files in distclean

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b4cc30  Remove the residual files in distclean
6b4cc30 is described below

commit 6b4cc3011cb52ee301be0fc3789219e0e987d175
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Fri May 1 09:51:56 2020 +0800

    Remove the residual files in distclean
    
    Signed-off-by: liuhaitao <li...@xiaomi.com>
---
 libs/libc/Makefile  | 1 +
 tools/Makefile.host | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libs/libc/Makefile b/libs/libc/Makefile
index 130cacc..d8fccf7 100644
--- a/libs/libc/Makefile
+++ b/libs/libc/Makefile
@@ -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)
diff --git a/tools/Makefile.host b/tools/Makefile.host
index da3c3f4..73a35fe 100644
--- a/tools/Makefile.host
+++ b/tools/Makefile.host
@@ -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)