Fixed for clean Cygwin link; move netutils strings into common library

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@352 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-09-22 19:56:13 +00:00
parent 24dc336781
commit 04eac6d18a
4 changed files with 24 additions and 9 deletions
+4 -1
View File
@@ -211,7 +211,10 @@ $(BIN): context depend $(LINKLIBS)
$(MAKE) -C $(ARCH_SRC) TOPDIR=$(TOPDIR) LINKLIBS="$(LINKLIBS)" $(BIN)
depend:
@for dir in $(MAKEDIRS) ; do \
echo "CLEANDIRS: $(CLEANDIRS)"
echo "MAKEDIRS: $(MAKEDIRS)"
for dir in $(MAKEDIRS) ; do \
echo "-- DEPS in $$dir --" ; \
$(MAKE) -C $$dir TOPDIR=$(TOPDIR) depend ; \
done