From 37701ac70a3047f8f161628e6f59dfacc185233f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Apr 2011 14:30:43 +0000 Subject: Remove .built_always git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'apps/examples/README.txt') 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 -- cgit v1.2.3