From 1b15ed82bb5f48d8a03366af769331eac73c9993 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 23 Sep 2007 16:58:09 +0000 Subject: Add framework for listen() and connect() -- still missing logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@353 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nuttx/Makefile') diff --git a/nuttx/Makefile b/nuttx/Makefile index 73197c65b..0f8704a80 100644 --- a/nuttx/Makefile +++ b/nuttx/Makefile @@ -211,10 +211,7 @@ $(BIN): context depend $(LINKLIBS) $(MAKE) -C $(ARCH_SRC) TOPDIR=$(TOPDIR) LINKLIBS="$(LINKLIBS)" $(BIN) depend: - echo "CLEANDIRS: $(CLEANDIRS)" - echo "MAKEDIRS: $(MAKEDIRS)" - for dir in $(MAKEDIRS) ; do \ - echo "-- DEPS in $$dir --" ; \ + @for dir in $(MAKEDIRS) ; do \ $(MAKE) -C $$dir TOPDIR=$(TOPDIR) depend ; \ done -- cgit v1.2.3