mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
+1
-1
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user