tools/Makefile.win/unix: staging directory (and its libraries) should be removed on 'make clean' (issue noted by Dave Marples). Also updates TODO list

This commit is contained in:
Gregory Nutt
2018-11-06 07:37:02 -06:00
parent e748bb8cd3
commit 12a500fcb6
3 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -582,6 +582,7 @@ clean: subdir_clean
$(call DELFILE, nuttx_user*)
$(call DELFILE, .cproject)
$(call DELFILE, .project)
$(call DELDIR, staging)
$(call CLEAN)
subdir_distclean:
@@ -599,7 +600,6 @@ endif
$(call DELFILE, .config)
$(call DELFILE, .config.old)
$(call DELFILE, .gdbinit)
$(call DELDIR, staging)
# Application housekeeping targets. The APPDIR variable refers to the user
# application directory. A sample apps/ directory is included with NuttX,
+1 -1
View File
@@ -565,6 +565,7 @@ clean: subdir_clean
$(call DELFILE, .gdbinit)
$(call DELFILE, .cproject)
$(call DELFILE, .project)
$(call DELDIR, staging)
$(call CLEAN)
subdir_distclean:
@@ -577,7 +578,6 @@ endif
$(call DELFILE, Make.defs)
$(call DELFILE, .config)
$(call DELFILE, .config.old)
$(call DELDIR, staging)
# Application housekeeping targets. The APPDIR variable refers to the user
# application directory. A sample apps\ directory is included with NuttX,