mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
Remove deletion of Eclipse project files from make distclean target per request of David Sidrane.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user