Remove deletion of Eclipse project files from make distclean target per request of David Sidrane.

This commit is contained in:
Gregory Nutt
2018-11-09 10:39:18 -06:00
parent 2b6b3724fb
commit 0d13cb5055
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -580,8 +580,6 @@ clean: subdir_clean
$(call DELFILE, nuttx-export*.zip)
$(call DELDIR, nuttx-export*)
$(call DELFILE, nuttx_user*)
$(call DELFILE, .cproject)
$(call DELFILE, .project)
$(call DELDIR, staging)
$(call CLEAN)
-2
View File
@@ -563,8 +563,6 @@ clean: subdir_clean
$(call DELFILE, nuttx-export*)
$(call DELFILE, nuttx_user*)
$(call DELFILE, .gdbinit)
$(call DELFILE, .cproject)
$(call DELFILE, .project)
$(call DELDIR, staging)
$(call CLEAN)