mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +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 DELFILE, nuttx-export*.zip)
|
||||||
$(call DELDIR, nuttx-export*)
|
$(call DELDIR, nuttx-export*)
|
||||||
$(call DELFILE, nuttx_user*)
|
$(call DELFILE, nuttx_user*)
|
||||||
$(call DELFILE, .cproject)
|
|
||||||
$(call DELFILE, .project)
|
|
||||||
$(call DELDIR, staging)
|
$(call DELDIR, staging)
|
||||||
$(call CLEAN)
|
$(call CLEAN)
|
||||||
|
|
||||||
|
|||||||
@@ -563,8 +563,6 @@ clean: subdir_clean
|
|||||||
$(call DELFILE, nuttx-export*)
|
$(call DELFILE, nuttx-export*)
|
||||||
$(call DELFILE, nuttx_user*)
|
$(call DELFILE, nuttx_user*)
|
||||||
$(call DELFILE, .gdbinit)
|
$(call DELFILE, .gdbinit)
|
||||||
$(call DELFILE, .cproject)
|
|
||||||
$(call DELFILE, .project)
|
|
||||||
$(call DELDIR, staging)
|
$(call DELDIR, staging)
|
||||||
$(call CLEAN)
|
$(call CLEAN)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user