From 0d13cb505576c539cb13502593478efd6ffb9a45 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 9 Nov 2018 10:39:18 -0600 Subject: [PATCH] Remove deletion of Eclipse project files from make distclean target per request of David Sidrane. --- tools/Makefile.unix | 2 -- tools/Makefile.win | 2 -- 2 files changed, 4 deletions(-) diff --git a/tools/Makefile.unix b/tools/Makefile.unix index ce40ffc97e..e09d198fc4 100644 --- a/tools/Makefile.unix +++ b/tools/Makefile.unix @@ -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) diff --git a/tools/Makefile.win b/tools/Makefile.win index 2936da500a..5c6955219e 100644 --- a/tools/Makefile.win +++ b/tools/Makefile.win @@ -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)