You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/04/15 14:39:23 UTC

[incubator-nuttx-apps] branch master updated: examples/thttpd: align to elf/posix_spawn exmaples to fix depend build warning

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b8dc15f  examples/thttpd: align to elf/posix_spawn exmaples to fix depend build warning
b8dc15f is described below

commit b8dc15f646061405f7f90740d6281d03e1bb5cd9
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Wed Apr 15 16:14:07 2020 +0800

    examples/thttpd: align to elf/posix_spawn exmaples to fix depend build warning
    
    Build warning logs as below:
    arm-none-eabi-gcc: warning: ./hello/Makefile: linker input file unused because linking not done
    
    Signed-off-by: liuhaitao <li...@xiaomi.com>
---
 examples/thttpd/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/examples/thttpd/Makefile b/examples/thttpd/Makefile
index 9ce0635..5609cd1 100644
--- a/examples/thttpd/Makefile
+++ b/examples/thttpd/Makefile
@@ -62,9 +62,6 @@ build:
 context::
 	+$(Q) $(CONTENT_MAKE) context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
 
-depend::
-	+$(Q) $(CONTENT_MAKE) depend TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
-
 clean::
 	+$(Q) $(CONTENT_MAKE) clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)