summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 19:22:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 19:22:47 +0000
commit112ae373997ee3b598cc24885f5229d8843e1eea (patch)
tree33cb0e776f79bb599b9c39f34e063fd8238288bd /apps/examples
parentfd8511c5781282f2ac7f5478f36b446e2518a92e (diff)
downloadnuttx-112ae373997ee3b598cc24885f5229d8843e1eea.tar.gz
nuttx-112ae373997ee3b598cc24885f5229d8843e1eea.tar.bz2
nuttx-112ae373997ee3b598cc24885f5229d8843e1eea.zip
Fix various build-related typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/Makefile4
-rw-r--r--apps/examples/cxxtest/Makefile2
-rw-r--r--apps/examples/elf/Makefile2
-rw-r--r--apps/examples/helloxx/Makefile2
-rw-r--r--apps/examples/nettest/Makefile2
-rw-r--r--apps/examples/nxflat/Makefile2
-rw-r--r--apps/examples/romfs/Makefile2
-rw-r--r--apps/examples/udp/Makefile2
8 files changed, 9 insertions, 9 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 269d2b464..2bff9934e 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -104,13 +104,13 @@ all: nothing
define SDIR_template
$(1)_$(2):
- $(MAKE) -C $(1) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
+ $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
endef
$(foreach SDIR, $(CNTXTDIRS), $(eval $(call SDIR_template,$(SDIR),context)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),depend)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),clean)))
-$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),disclean)))
+$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),distclean)))
nothing:
diff --git a/apps/examples/cxxtest/Makefile b/apps/examples/cxxtest/Makefile
index e6bdd34fc..b0f0befbf 100644
--- a/apps/examples/cxxtest/Makefile
+++ b/apps/examples/cxxtest/Makefile
@@ -73,7 +73,7 @@ STACKSIZE = 4096
VPATH =
all: .built
-.PHONY: clean depend disclean chkcxx
+.PHONY: clean depend distclean chkcxx
chkcxx:
ifneq ($(CONFIG_HAVE_CXX),y)
diff --git a/apps/examples/elf/Makefile b/apps/examples/elf/Makefile
index 24472139f..8831a9336 100644
--- a/apps/examples/elf/Makefile
+++ b/apps/examples/elf/Makefile
@@ -65,7 +65,7 @@ ROOTDEPPATH = --dep-path . --dep-path tests
VPATH = tests
all: .built
-.PHONY: really_build clean_tests clean depend disclean
+.PHONY: really_build clean_tests clean depend distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
diff --git a/apps/examples/helloxx/Makefile b/apps/examples/helloxx/Makefile
index fd126d345..295d0116e 100644
--- a/apps/examples/helloxx/Makefile
+++ b/apps/examples/helloxx/Makefile
@@ -73,7 +73,7 @@ STACKSIZE = 2048
VPATH =
all: .built
-.PHONY: clean depend disclean chkcxx
+.PHONY: clean depend distclean chkcxx
chkcxx:
ifneq ($(CONFIG_HAVE_CXX),y)
diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile
index 75e4cf0be..c1c50bbb8 100644
--- a/apps/examples/nettest/Makefile
+++ b/apps/examples/nettest/Makefile
@@ -96,7 +96,7 @@ STACKSIZE = 2048
VPATH =
all: .built $(HOST_BIN)
-.PHONY: clean depend disclean
+.PHONY: clean depend distclean
$(TARG_AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
diff --git a/apps/examples/nxflat/Makefile b/apps/examples/nxflat/Makefile
index 07c163347..4fc315592 100644
--- a/apps/examples/nxflat/Makefile
+++ b/apps/examples/nxflat/Makefile
@@ -65,7 +65,7 @@ ROOTDEPPATH = --dep-path .
VPATH =
all: .built
-.PHONY: headers clean depend disclean
+.PHONY: headers clean depend distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
diff --git a/apps/examples/romfs/Makefile b/apps/examples/romfs/Makefile
index b247db6f6..370141276 100644
--- a/apps/examples/romfs/Makefile
+++ b/apps/examples/romfs/Makefile
@@ -65,7 +65,7 @@ ROOTDEPPATH = --dep-path .
VPATH =
all: .built
-.PHONY: checkgenromfs clean depend disclean
+.PHONY: checkgenromfs clean depend distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index 6bfdce9cc..d6c89cac4 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -87,7 +87,7 @@ ROOTDEPPATH = --dep-path .
VPATH =
all: .built
-.PHONY: clean depend disclean
+.PHONY: clean depend distclean
$(TARG_AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)