From 74cab07cfb120e0d4c7225ca5f60c3ec2c4971f9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 19 Mar 2011 13:28:07 +0000 Subject: [PATCH] Use = instead of / for delimiter in appconfig files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3396 42af7a65-404d-4744-a932-0658087f49c3 --- configs/avr32dev1/nsh/appconfig | 2 +- configs/detron/nsh/appconfig | 2 +- configs/ea3131/nsh/appconfig | 2 +- configs/eagle100/nsh/appconfig | 2 +- configs/ez80f910200zco/nsh/appconfig | 2 +- configs/lm3s6965-ek/nsh/appconfig | 2 +- configs/lm3s8962-ek/nsh/appconfig | 2 +- configs/mbed/nsh/appconfig | 2 +- configs/mcu123-lpc214x/nsh/appconfig | 2 +- configs/ntosd-dm320/nsh/appconfig | 2 +- configs/nucleus2g/nsh/appconfig | 2 +- configs/olimex-lpc1766stk/nsh/appconfig | 2 +- configs/olimex-lpc2378/nsh/appconfig | 2 +- configs/olimex-strp711/nsh/appconfig | 2 +- configs/qemu-i486/nsh/appconfig | 2 +- configs/sam3u-ek/nsh/appconfig | 2 +- configs/sim/nsh/appconfig | 2 +- configs/stm3210e-eval/nsh/appconfig | 2 +- configs/us7032evb1/nsh/appconfig | 2 +- configs/vsn/nsh/appconfig | 14 +++++++------- configs/xtrs/nsh/appconfig | 2 +- configs/z80sim/nsh/appconfig | 2 +- 22 files changed, 28 insertions(+), 28 deletions(-) diff --git a/configs/avr32dev1/nsh/appconfig b/configs/avr32dev1/nsh/appconfig index a34eda375b..d1701eff27 100644 --- a/configs/avr32dev1/nsh/appconfig +++ b/configs/avr32dev1/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/detron/nsh/appconfig b/configs/detron/nsh/appconfig index 57fd749156..7abe0c6ed5 100644 --- a/configs/detron/nsh/appconfig +++ b/configs/detron/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/ea3131/nsh/appconfig b/configs/ea3131/nsh/appconfig index 878ce18531..85f04b727b 100644 --- a/configs/ea3131/nsh/appconfig +++ b/configs/ea3131/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/eagle100/nsh/appconfig b/configs/eagle100/nsh/appconfig index 97028d4c3d..91ae18de21 100644 --- a/configs/eagle100/nsh/appconfig +++ b/configs/eagle100/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/ez80f910200zco/nsh/appconfig b/configs/ez80f910200zco/nsh/appconfig index db733c0ba5..80161aac8b 100644 --- a/configs/ez80f910200zco/nsh/appconfig +++ b/configs/ez80f910200zco/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/lm3s6965-ek/nsh/appconfig b/configs/lm3s6965-ek/nsh/appconfig index d4f8c3ad62..8c0158df01 100644 --- a/configs/lm3s6965-ek/nsh/appconfig +++ b/configs/lm3s6965-ek/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/lm3s8962-ek/nsh/appconfig b/configs/lm3s8962-ek/nsh/appconfig index 4c5c6d1577..723d429ac3 100644 --- a/configs/lm3s8962-ek/nsh/appconfig +++ b/configs/lm3s8962-ek/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/mbed/nsh/appconfig b/configs/mbed/nsh/appconfig index 3563dcc634..f06086b59e 100644 --- a/configs/mbed/nsh/appconfig +++ b/configs/mbed/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/mcu123-lpc214x/nsh/appconfig b/configs/mcu123-lpc214x/nsh/appconfig index 439fa9c7f5..a0d5aadb25 100644 --- a/configs/mcu123-lpc214x/nsh/appconfig +++ b/configs/mcu123-lpc214x/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/ntosd-dm320/nsh/appconfig b/configs/ntosd-dm320/nsh/appconfig index f43f120581..4378bc7b19 100644 --- a/configs/ntosd-dm320/nsh/appconfig +++ b/configs/ntosd-dm320/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/nucleus2g/nsh/appconfig b/configs/nucleus2g/nsh/appconfig index 7c6dd08f82..2a369b8abb 100644 --- a/configs/nucleus2g/nsh/appconfig +++ b/configs/nucleus2g/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/olimex-lpc1766stk/nsh/appconfig b/configs/olimex-lpc1766stk/nsh/appconfig index 58b0c3b53c..64bdcee3f6 100644 --- a/configs/olimex-lpc1766stk/nsh/appconfig +++ b/configs/olimex-lpc1766stk/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/olimex-lpc2378/nsh/appconfig b/configs/olimex-lpc2378/nsh/appconfig index 21d8d346ed..13b19fd1ab 100644 --- a/configs/olimex-lpc2378/nsh/appconfig +++ b/configs/olimex-lpc2378/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/olimex-strp711/nsh/appconfig b/configs/olimex-strp711/nsh/appconfig index b8fc1d2384..b988f2098c 100644 --- a/configs/olimex-strp711/nsh/appconfig +++ b/configs/olimex-strp711/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/qemu-i486/nsh/appconfig b/configs/qemu-i486/nsh/appconfig index 6ad247659b..1e0507ce89 100644 --- a/configs/qemu-i486/nsh/appconfig +++ b/configs/qemu-i486/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/sam3u-ek/nsh/appconfig b/configs/sam3u-ek/nsh/appconfig index 2ce8713721..68384b897d 100644 --- a/configs/sam3u-ek/nsh/appconfig +++ b/configs/sam3u-ek/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/sim/nsh/appconfig b/configs/sim/nsh/appconfig index 6e5816518a..01e99d2195 100644 --- a/configs/sim/nsh/appconfig +++ b/configs/sim/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/stm3210e-eval/nsh/appconfig b/configs/stm3210e-eval/nsh/appconfig index 2b6c433022..d26c51dc7b 100644 --- a/configs/stm3210e-eval/nsh/appconfig +++ b/configs/stm3210e-eval/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/us7032evb1/nsh/appconfig b/configs/us7032evb1/nsh/appconfig index b3d0be81ab..ca3b043852 100644 --- a/configs/us7032evb1/nsh/appconfig +++ b/configs/us7032evb1/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/vsn/nsh/appconfig b/configs/vsn/nsh/appconfig index 65e8c220fa..0d7fd27f40 100755 --- a/configs/vsn/nsh/appconfig +++ b/configs/vsn/nsh/appconfig @@ -49,24 +49,24 @@ #CONFIG_BUILTIN_APP_START="hello" # Application Libraries -CONFIGURED_APPS += nshlib/.built_always +CONFIGURED_APPS += nshlib=.built_always # Individual selection of built-in applications: # Hello world provide a simple skeleton/demo application -CONFIGURED_APPS += hello/.built_always +CONFIGURED_APPS += hello=.built_always # Provide poweroff command to switch off the board -CONFIGURED_APPS += poweroff/.built_always +CONFIGURED_APPS += poweroff=.built_always # Provide SDcard tool -CONFIGURED_APPS += sdcard/.built_always +CONFIGURED_APPS += sdcard=.built_always # Provide RAMTRON tool -CONFIGURED_APPS += ramtron/.built_always +CONFIGURED_APPS += ramtron=.built_always # Provide UNIX style free -CONFIGURED_APPS += free/.built_always +CONFIGURED_APPS += free=.built_always # Provide JAVA Virtual Machine (the Darjeeling JVM) -#CONFIGURED_APPS += jvm/.built_always +#CONFIGURED_APPS += jvm=.built_always diff --git a/configs/xtrs/nsh/appconfig b/configs/xtrs/nsh/appconfig index 7325820e92..223d554231 100644 --- a/configs/xtrs/nsh/appconfig +++ b/configs/xtrs/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file diff --git a/configs/z80sim/nsh/appconfig b/configs/z80sim/nsh/appconfig index acd2aa82df..229d3a5485 100644 --- a/configs/z80sim/nsh/appconfig +++ b/configs/z80sim/nsh/appconfig @@ -33,4 +33,4 @@ # ############################################################################ -CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file +CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file