summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-22 19:56:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-22 19:56:13 +0000
commit8cfdffb35c24737940e70af374300fe36f1fd465 (patch)
tree7d8e70097488133f28514566119e262445289c21 /nuttx/Makefile
parenta54b0d55f452e6c62409d90e950e9db1d64f5291 (diff)
downloadpx4-nuttx-8cfdffb35c24737940e70af374300fe36f1fd465.tar.gz
px4-nuttx-8cfdffb35c24737940e70af374300fe36f1fd465.tar.bz2
px4-nuttx-8cfdffb35c24737940e70af374300fe36f1fd465.zip
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
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 0f8704a80..73197c65b 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -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