summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-01 14:30:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-01 14:30:43 +0000
commit37701ac70a3047f8f161628e6f59dfacc185233f (patch)
treea9e1ace6553b36b63ca53dbda5853204841cc10d /apps/examples/README.txt
parentf56ab8abdd81316f1c6d7430359179062724cebf (diff)
downloadnuttx-37701ac70a3047f8f161628e6f59dfacc185233f.tar.gz
nuttx-37701ac70a3047f8f161628e6f59dfacc185233f.tar.bz2
nuttx-37701ac70a3047f8f161628e6f59dfacc185233f.zip
Remove .built_always
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt46
1 files changed, 23 insertions, 23 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 2dbef2e06..7f000dd5a 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -8,7 +8,7 @@ examples
application Makefile (this path is a relative to the apps/ top-
level directory). For example,
- CONFIGURE_APPS += examples/ostest=.built_always
+ CONFIGURE_APPS += examples/ostest
Selects the examples/ostest example.
@@ -46,7 +46,7 @@ examples/dhcpd
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = uiplib=.built_always
+ CONFIGURED_APPS += uiplib
examples/hello
^^^^^^^^^^^^^^
@@ -101,7 +101,7 @@ examples/igmp
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = uiplib=.built_always
+ CONFIGURED_APPS += uiplib
examples/mm
^^^^^^^^^^^
@@ -145,7 +145,7 @@ examples/netttest
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = uiplib=.built_always
+ CONFIGURED_APPS += uiplib
examples/nsh
^^^^^^^^^^^^
@@ -159,15 +159,15 @@ examples/nsh
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = nshlib=.built_always
+ CONFIGURED_APPS += nshlib
And if networking is included:
- CONFIGURED_APPS = uiplib=.built_always
- CONFIGURED_APPS = dhcpc=.built_always
- CONFIGURED_APPS = resolv=.built_always
- CONFIGURED_APPS = tftp=.built_always
- CONFIGURED_APPS = webclient=.built_always
+ CONFIGURED_APPS += uiplib
+ CONFIGURED_APPS += dhcpc
+ CONFIGURED_APPS += resolv
+ CONFIGURED_APPS += tftp
+ CONFIGURED_APPS += webclient
examples/nx
^^^^^^^^^^^
@@ -332,7 +332,7 @@ examples/poll
provide an appconfig file in the configuration driver with instruction
to build applications like:
- CONFIGURED_APPS = uiplib=.built_always
+ CONFIGURED_APPS += uiplib
examples/romfs
^^^^^^^^^^^^^^
@@ -384,8 +384,8 @@ examples/sendmail
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = uiplib=.built_always
- CONFIGURED_APPS = smtp=.built_always
+ CONFIGURED_APPS += uiplib
+ CONFIGURED_APPS += smtp
examples/serloop
^^^^^^^^^^^^^^^^
@@ -412,8 +412,8 @@ examples/thttpd
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = uiplib=.built_always
- CONFIGURED_APPS = thttpd=.built_always
+ CONFIGURED_APPS += uiplib
+ CONFIGURED_APPS += thttpd
examples/udp
^^^^^^^^^^^^
@@ -425,7 +425,7 @@ examples/udp
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = uiplib=.built_always
+ CONFIGURED_APPS += uiplib
examples/uip
^^^^^^^^^^^^
@@ -465,10 +465,10 @@ examples/uip
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = uiplib=.built_always
- CONFIGURED_APPS = dhcpc=.built_always
- CONFIGURED_APPS = resolv=.built_always
- CONFIGURED_APPS = webserver=.built_always
+ CONFIGURED_APPS += uiplib
+ CONFIGURED_APPS += dhcpc
+ CONFIGURED_APPS += resolv
+ CONFIGURED_APPS += webserver
examples/usbserial
^^^^^^^^^^^^^^^^^^
@@ -629,8 +629,8 @@ examples/wget
file in the configuration driver with instruction to build applications
like:
- CONFIGURED_APPS = uiplib=.built_always
- CONFIGURED_APPS = resolv=.built_always
- CONFIGURED_APPS = webclient=.built_always
+ CONFIGURED_APPS += uiplib
+ CONFIGURED_APPS += resolv
+ CONFIGURED_APPS += webclient