Remove .built_always

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-04-01 14:30:43 +00:00
parent 98510712fd
commit 723c94deee
102 changed files with 211 additions and 202 deletions
+9
View File
@@ -1635,3 +1635,12 @@
* syscall/: The beginnings of an optional syscall kernal interface. * syscall/: The beginnings of an optional syscall kernal interface.
* tools/mksyscall.c: Add a tool that will auto-generate syscall proxies * tools/mksyscall.c: Add a tool that will auto-generate syscall proxies
and stubs from a comma-separated-value (CSV) data file. and stubs from a comma-separated-value (CSV) data file.
* arch/arm/src/cortexm3/mpu.h: Add a header file describing the Cortex-M3
MPU registers.
* Numerous modifications to the build system. Various people have reported
build problems since the re-organization and release of NuttX-6.0. I am
unable to replicate the build problems in my environment, but the changes
have be incorporated in hope of correcting the build issues in other
environments.
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# The NSH Library # The NSH Library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+5 -5
View File
@@ -35,12 +35,12 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/uip=.built_always CONFIGURED_APPS += examples/uip
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/webserver=.built_always CONFIGURED_APPS += netutils/webserver
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nettest=.built_always CONFIGURED_APPS += examples/nettest
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
+7 -7
View File
@@ -35,20 +35,20 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# NSH library # NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
# Networking support # Networking support
ifeq ($(CONFIG_NET),y) ifeq ($(CONFIG_NET),y)
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/tftpc=.built_always CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient=.built_always CONFIGURED_APPS += netutils/webclient
endif endif
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/hidkbd=.built_always CONFIGURED_APPS += examples/hidkbd
+7 -7
View File
@@ -35,20 +35,20 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# NSH library # NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
# Networking support # Networking support
ifeq ($(CONFIG_NET),y) ifeq ($(CONFIG_NET),y)
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/tftpc=.built_always CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient=.built_always CONFIGURED_APPS += netutils/webclient
endif endif
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/wlan=.built_always CONFIGURED_APPS += examples/wlan
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# The NSH library # The NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+2 -2
View File
@@ -35,10 +35,10 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# The NSH library # The NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/usbserial=.built_always CONFIGURED_APPS += examples/usbserial
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/usbstorage=.built_always CONFIGURED_APPS += examples/usbstorage
+5 -5
View File
@@ -35,12 +35,12 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/uip=.built_always CONFIGURED_APPS += examples/uip
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/webserver=.built_always CONFIGURED_APPS += netutils/webserver
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nettest=.built_always CONFIGURED_APPS += examples/nettest
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# The NSH Library # The NSH Library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nxflat=.built_always CONFIGURED_APPS += examples/nxflat
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+3 -3
View File
@@ -35,10 +35,10 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/thttpd=.built_always CONFIGURED_APPS += examples/thttpd
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/thttpd=.built_always CONFIGURED_APPS += netutils/thttpd
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+3 -3
View File
@@ -35,10 +35,10 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/dhcpd=.built_always CONFIGURED_APPS += examples/dhcpd
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpd=.built_always CONFIGURED_APPS += netutils/dhcpd
+5 -5
View File
@@ -35,13 +35,13 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/uip=.built_always CONFIGURED_APPS += examples/uip
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/webserver=.built_always CONFIGURED_APPS += netutils/webserver
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nettest=.built_always CONFIGURED_APPS += examples/nettest
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
+7 -7
View File
@@ -35,20 +35,20 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# NSH library # NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
# Networking support # Networking support
ifeq ($(CONFIG_NET),y) ifeq ($(CONFIG_NET),y)
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/tftpc=.built_always CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient=.built_always CONFIGURED_APPS += netutils/webclient
endif endif
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/poll=.built_always CONFIGURED_APPS += examples/poll
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
+7 -7
View File
@@ -35,20 +35,20 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# NSH library # NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
# Networking support # Networking support
ifeq ($(CONFIG_NET),y) ifeq ($(CONFIG_NET),y)
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/tftpc=.built_always CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient=.built_always CONFIGURED_APPS += netutils/webclient
endif endif
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nx=.built_always CONFIGURED_APPS += examples/nx
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+7 -7
View File
@@ -35,20 +35,20 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# NSH library # NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
# Networking support # Networking support
ifeq ($(CONFIG_NET),y) ifeq ($(CONFIG_NET),y)
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/tftpc=.built_always CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient=.built_always CONFIGURED_APPS += netutils/webclient
endif endif
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nx=.built_always CONFIGURED_APPS += examples/nx
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/hidkbd=.built_always CONFIGURED_APPS += examples/hidkbd
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# The NSH Library # The NSH Library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# The NSH library # The NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/usbserial=.built_always CONFIGURED_APPS += examples/usbserial
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/usbstorage=.built_always CONFIGURED_APPS += examples/usbstorage
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nettest=.built_always CONFIGURED_APPS += examples/nettest
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
+7 -7
View File
@@ -35,20 +35,20 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh=.built_always CONFIGURED_APPS += examples/nsh
# NSH library # NSH library
CONFIGURED_APPS += nshlib=.built_always CONFIGURED_APPS += nshlib
# Networking support # Networking support
ifeq ($(CONFIG_NET),y) ifeq ($(CONFIG_NET),y)
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc=.built_always CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv=.built_always CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/tftpc=.built_always CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient=.built_always CONFIGURED_APPS += netutils/webclient
endif endif
+1 -1
View File
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/ostest=.built_always CONFIGURED_APPS += examples/ostest
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/poll=.built_always CONFIGURED_APPS += examples/poll
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
+3 -3
View File
@@ -35,10 +35,10 @@
# Path to example in apps/examples containing the user_start entry point # Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/thttpd=.built_always CONFIGURED_APPS += examples/thttpd
# Networking support # Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/thttpd=.built_always CONFIGURED_APPS += netutils/thttpd

Some files were not shown because too many files have changed in this diff Show More