summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-30 15:24:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-30 15:24:22 -0600
commit622591fb019b38e7e3daeaee079e26d9ca27394f (patch)
treea79cc8318d8639b11fde9dc3d3591198d58efe4e /misc
parent1bc74b1308d24b6a9c7a58421f0cb89fbd593da6 (diff)
downloadnuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.tar.gz
nuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.tar.bz2
nuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.zip
The Makefile in every directory that can generate a .dSYM should also clean .dSYM files
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/package/config/Makefile2
-rw-r--r--misc/buildroot/toolchain/nxflat/Makefile2
2 files changed, 2 insertions, 2 deletions
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