This is an automated email from the ASF dual-hosted git repository.

ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 69cad3c28 build: Remove the annoy warning from distclean
69cad3c28 is described below

commit 69cad3c2874c02a8e4233bd8846f6d6a1ea0ecd2
Author: Xiang Xiao <[email protected]>
AuthorDate: Sun Feb 5 02:07:58 2023 +0800

    build: Remove the annoy warning from distclean
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 Makefile | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/Makefile b/Makefile
index 6e615c722..28a3b0c77 100644
--- a/Makefile
+++ b/Makefile
@@ -205,20 +205,6 @@ clean: $(foreach SDIR, $(CLEANDIRS), $(SDIR)_clean)
        $(call CLEAN)
 
 distclean: $(foreach SDIR, $(CLEANDIRS), $(SDIR)_distclean)
-ifeq ($(CONFIG_WINDOWS_NATIVE),y)
-       $(Q) ( if exist  external \
-               echo "********************************************************" 
\
-               echo "* The external directory/link must be removed manually *" 
\
-               echo "********************************************************" 
\
-       )
-else
-       $(Q) (if [ -e external ]; then \
-               echo 
"********************************************************"; \
-               echo "* The external directory/link must be removed manually 
*"; \
-               echo 
"********************************************************"; \
-               fi; \
-       )
-endif
        $(call DELFILE, .depend)
        $(call DELFILE, $(SYMTABSRC))
        $(call DELFILE, $(SYMTABOBJ))

Reply via email to