mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user