Remove deletion of Eclipse project files from make distclean target per request of David Sidrane.
This commit is contained in:
parent
2b6b3724fb
commit
0d13cb5055
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user