summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/examples/igmp/.gitignore1
-rw-r--r--apps/examples/nettest/Makefile1
-rw-r--r--apps/examples/poll/Makefile1
-rw-r--r--apps/examples/posix_spawn/filesystem/hello/Makefile1
-rw-r--r--apps/examples/posix_spawn/filesystem/redirect/Makefile1
-rw-r--r--apps/examples/udp/Makefile1
-rw-r--r--misc/buildroot/package/config/Makefile2
-rw-r--r--misc/buildroot/toolchain/nxflat/Makefile2
-rw-r--r--nuttx/tools/pic32mx/Makefile2
9 files changed, 8 insertions, 4 deletions
diff --git a/apps/examples/igmp/.gitignore b/apps/examples/igmp/.gitignore
index cfcfc3a67..c2a890874 100644
--- a/apps/examples/igmp/.gitignore
+++ b/apps/examples/igmp/.gitignore
@@ -11,4 +11,3 @@
/*.lib
/*.src
/*.exe
-/*.dSYM
diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile
index c533c9dd5..727773f69 100644
--- a/apps/examples/nettest/Makefile
+++ b/apps/examples/nettest/Makefile
@@ -135,6 +135,7 @@ clean:
$(call DELFILE, *$(HOSTOBJEXT))
$(call DELFILE, $(HOST_BIN))
$(call DELFILE, .built)
+ $(call DELFILE, *.dSYM)
$(call CLEAN)
distclean: clean
diff --git a/apps/examples/poll/Makefile b/apps/examples/poll/Makefile
index 13173f125..7507e6449 100644
--- a/apps/examples/poll/Makefile
+++ b/apps/examples/poll/Makefile
@@ -94,5 +94,6 @@ distclean: clean
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DELFILE, host$(HOSTEXEEXT))
+ $(call DELFILE, *.dSYM)
-include Make.dep
diff --git a/apps/examples/posix_spawn/filesystem/hello/Makefile b/apps/examples/posix_spawn/filesystem/hello/Makefile
index 5cd80411b..ac67f84a0 100644
--- a/apps/examples/posix_spawn/filesystem/hello/Makefile
+++ b/apps/examples/posix_spawn/filesystem/hello/Makefile
@@ -52,6 +52,7 @@ $(BIN): $(OBJS)
clean:
$(call DELFILE, $(BIN))
+ $(call DELFILE, *.dSYM)
$(call CLEAN)
install:
diff --git a/apps/examples/posix_spawn/filesystem/redirect/Makefile b/apps/examples/posix_spawn/filesystem/redirect/Makefile
index e5f5e985c..59aba9a75 100644
--- a/apps/examples/posix_spawn/filesystem/redirect/Makefile
+++ b/apps/examples/posix_spawn/filesystem/redirect/Makefile
@@ -52,6 +52,7 @@ $(BIN): $(OBJS)
clean:
$(call DELFILE, $(BIN))
+ $(call DELFILE, *.dSYM)
$(call CLEAN)
install:
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index 9c35cc94f..118c42307 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -119,6 +119,7 @@ clean:
$(call DELFILE, .built)
$(call DELFILE, $(TARG_BIN))
$(call DELFILE, $(HOST_BIN))
+ $(call DELFILE, *.dSYM)
$(call CLEAN)
distclean: clean
diff --git a/misc/buildroot/package/config/Makefile b/misc/buildroot/package/config/Makefile
index 430138f77..55bef1d06 100644
--- a/misc/buildroot/package/config/Makefile
+++ b/misc/buildroot/package/config/Makefile
@@ -129,6 +129,6 @@ ncurses:
fi
clean:
- $(RM) *.o *~ core $(TARGETS) $(MCONF_OBJS) $(CONF_OBJS) \
+ $(RM) *.o *.dSYM *~ core $(TARGETS) $(MCONF_OBJS) $(CONF_OBJS) \
conf mconf zconf.tab.c zconf.tab.h lex.zconf.c lkc_defs.h
diff --git a/misc/buildroot/toolchain/nxflat/Makefile b/misc/buildroot/toolchain/nxflat/Makefile
index 892362708..8707ba0c1 100644
--- a/misc/buildroot/toolchain/nxflat/Makefile
+++ b/misc/buildroot/toolchain/nxflat/Makefile
@@ -70,5 +70,5 @@ readnxflat: arch $(READNXFLAT_OBJS) arch/libarch.a
clean:
-$(MAKE) -C arch clean
- rm -f *.o $(BIN) arch *.exe *~ .*.swp
+ rm -f *.o $(BIN) arch *.exe *.dSYM *~ .*.swp
diff --git a/nuttx/tools/pic32mx/Makefile b/nuttx/tools/pic32mx/Makefile
index 040cf58cc..1d6a2962c 100644
--- a/nuttx/tools/pic32mx/Makefile
+++ b/nuttx/tools/pic32mx/Makefile
@@ -47,5 +47,5 @@ mkconfig: mkpichex.c mkpichex.c
@gcc $(CFLAGS) -o mkpichex mkpichex.c
clean:
- @rm -f *.o *.a *~ .*.swp
+ @rm -f *.o *.a *.dSYM *~ .*.swp
@rm -f mkpichex mkpichex.exe