[Xenomai-git] Philippe Gerum : copperplate: add configuration tunable for registry moint point

2015-02-12 Thread git repository hosting
Module: xenomai-3
Branch: master
Commit: 5b22dcb266d00ed165bdf373d70323171828866d
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=5b22dcb266d00ed165bdf373d70323171828866d

Author: Philippe Gerum r...@xenomai.org
Date:   Thu Jan  1 18:15:36 2015 +0100

copperplate: add configuration tunable for registry moint point

--enable-registry[=/registry-mount-point]

Defaults to /mnt/xenomai.

---

 configure |   25 +-
 configure.ac  |7 +-
 include/xeno_config.h.in  |3 +
 lib/copperplate/init.c|8 +-
 lib/copperplate/internal.h|4 +-
 testsuite/smokey/Makefile.in  |6 +-
 testsuite/smokey/sigdebug/Makefile.in |  646 +
 utils/Makefile.in |4 +-
 utils/net/Makefile.in |  845 +
 9 files changed, 1531 insertions(+), 17 deletions(-)

diff --git a/configure b/configure
index a9c7938..04819c9 100755
--- a/configure
+++ b/configure
@@ -12933,12 +12933,12 @@ if test ${enable_debug+set} = set; then :
debug_symbols=y
;;
y | yes | partial)
-   debug_mode=partial
-   debug_symbols=y
+   debug_mode=partial
+   debug_symbols=y
;;
full)
debug_mode=full
-   debug_symbols=y
+   debug_symbols=y
;;
n | no)
debug_mode=
@@ -13091,18 +13091,20 @@ fi
 
 
 use_registry=
+registry_root=
 { $as_echo $as_me:${as_lineno-$LINENO}: checking whether the registry should 
be enabled 5
 $as_echo_n checking whether the registry should be enabled...  6; }
 # Check whether --enable-registry was given.
 if test ${enable_registry+set} = set; then :
   enableval=$enable_registry; case $enableval in
-   y | yes) use_registry=y ;;
+   y | yes) use_registry=y; registry_root=/mnt/xenomai ;;
+   /*) use_registry=y; registry_root=$enableval ;;
*) unset use_registry ;;
esac
 fi
 
-{ $as_echo $as_me:${as_lineno-$LINENO}: result: ${use_registry:-no} 5
-$as_echo ${use_registry:-no} 6; }
+{ $as_echo $as_me:${as_lineno-$LINENO}: result: 
${use_registry:-no}${registry_root:+, mounted on ${registry_root}} 5
+$as_echo ${use_registry:-no}${registry_root:+, mounted on ${registry_root}} 
6; }
 
 if test x$use_registry = xy; then
 
@@ -13320,6 +13322,11 @@ fi
 
 $as_echo #define CONFIG_XENO_REGISTRY 1 confdefs.h
 
+
+cat confdefs.h _ACEOF
+#define CONFIG_XENO_REGISTRY_ROOT $registry_root
+_ACEOF
+
 fi
  if test x$use_registry = xy; then
   XENO_REGISTRY_TRUE=
@@ -14342,7 +14349,7 @@ fi
 
 
 
-ac_config_files=$ac_config_files Makefile config/Makefile scripts/Makefile 
scripts/xeno-config:scripts/xeno-config-$rtcore_type.in scripts/xeno 
lib/Makefile lib/boilerplate/Makefile lib/cobalt/Makefile 
lib/cobalt/arch/Makefile lib/cobalt/arch/arm/Makefile 
lib/cobalt/arch/arm/include/Makefile lib/cobalt/arch/arm/include/asm/Makefile 
lib/cobalt/arch/arm/include/asm/xenomai/Makefile 
lib/cobalt/arch/powerpc/Makefile lib/cobalt/arch/powerpc/include/Makefile 
lib/cobalt/arch/powerpc/include/asm/Makefile 
lib/cobalt/arch/powerpc/include/asm/xenomai/Makefile 
lib/cobalt/arch/blackfin/Makefile lib/cobalt/arch/blackfin/include/Makefile 
lib/cobalt/arch/blackfin/include/asm/Makefile 
lib/cobalt/arch/blackfin/include/asm/xenomai/Makefile 
lib/cobalt/arch/x86/Makefile lib/cobalt/arch/x86/include/Makefile 
lib/cobalt/arch/x86/include/asm/Makefile 
lib/cobalt/arch/x86/include/asm/xenomai/Makefile lib/cobalt/arch/nios2/Makefile 
lib/cobalt/arch/nios2/include/Makefile lib/cobalt/arch/nios2/include/asm/Makef
 ile lib/cobalt/arch/nios2/include/asm/xenomai/Makefile 
lib/cobalt/arch/sh/Makefile lib/cobalt/arch/sh/include/Makefile 
lib/cobalt/arch/sh/include/asm/Makefile 
lib/cobalt/arch/sh/include/asm/xenomai/Makefile lib/copperplate/Makefile 
lib/copperplate/regd/Makefile lib/alchemy/Makefile lib/vxworks/Makefile 
lib/psos/Makefile lib/analogy/Makefile lib/smokey/Makefile lib/trank/Makefile 
testsuite/Makefile testsuite/latency/Makefile testsuite/switchtest/Makefile 
testsuite/smokey/Makefile testsuite/smokey/arith/Makefile 
testsuite/smokey/sched-quota/Makefile testsuite/smokey/sched-tp/Makefile 
testsuite/smokey/rtdm/Makefile testsuite/smokey/vdso-access/Makefile 
testsuite/smokey/cond-torture/Makefile testsuite/smokey/mutex-torture/Makefile 
testsuite/smokey/xddp/Makefile testsuite/smokey/iddp/Makefile 
testsuite/smokey/bufp/Makefile testsuite/smokey/fork-exec/Makefile 
testsuite/clocktest/Makefile testsuite/xeno-test/Makefile 
testsuite/regression/Makefile testsuite/regression/posix/Makefile utils/M
 akefile utils/can/Makefile utils/analogy/Makefile utils/ps/Makefile 
utils/slackspot/Makefile utils/autotune/Makefile demo/Makefile 
demo/posix/Makefile demo/posix/cobalt/Makefile demo/alchemy/Makefile 
demo/alchemy/cobalt/Makefile include/Makefile 

[Xenomai-git] Philippe Gerum : copperplate: add configuration tunable for registry moint point

2015-01-12 Thread git repository hosting
Module: xenomai-3
Branch: next
Commit: 5b22dcb266d00ed165bdf373d70323171828866d
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=5b22dcb266d00ed165bdf373d70323171828866d

Author: Philippe Gerum r...@xenomai.org
Date:   Thu Jan  1 18:15:36 2015 +0100

copperplate: add configuration tunable for registry moint point

--enable-registry[=/registry-mount-point]

Defaults to /mnt/xenomai.

---

 configure |   25 +-
 configure.ac  |7 +-
 include/xeno_config.h.in  |3 +
 lib/copperplate/init.c|8 +-
 lib/copperplate/internal.h|4 +-
 testsuite/smokey/Makefile.in  |6 +-
 testsuite/smokey/sigdebug/Makefile.in |  646 +
 utils/Makefile.in |4 +-
 utils/net/Makefile.in |  845 +
 9 files changed, 1531 insertions(+), 17 deletions(-)

diff --git a/configure b/configure
index a9c7938..04819c9 100755
--- a/configure
+++ b/configure
@@ -12933,12 +12933,12 @@ if test ${enable_debug+set} = set; then :
debug_symbols=y
;;
y | yes | partial)
-   debug_mode=partial
-   debug_symbols=y
+   debug_mode=partial
+   debug_symbols=y
;;
full)
debug_mode=full
-   debug_symbols=y
+   debug_symbols=y
;;
n | no)
debug_mode=
@@ -13091,18 +13091,20 @@ fi
 
 
 use_registry=
+registry_root=
 { $as_echo $as_me:${as_lineno-$LINENO}: checking whether the registry should 
be enabled 5
 $as_echo_n checking whether the registry should be enabled...  6; }
 # Check whether --enable-registry was given.
 if test ${enable_registry+set} = set; then :
   enableval=$enable_registry; case $enableval in
-   y | yes) use_registry=y ;;
+   y | yes) use_registry=y; registry_root=/mnt/xenomai ;;
+   /*) use_registry=y; registry_root=$enableval ;;
*) unset use_registry ;;
esac
 fi
 
-{ $as_echo $as_me:${as_lineno-$LINENO}: result: ${use_registry:-no} 5
-$as_echo ${use_registry:-no} 6; }
+{ $as_echo $as_me:${as_lineno-$LINENO}: result: 
${use_registry:-no}${registry_root:+, mounted on ${registry_root}} 5
+$as_echo ${use_registry:-no}${registry_root:+, mounted on ${registry_root}} 
6; }
 
 if test x$use_registry = xy; then
 
@@ -13320,6 +13322,11 @@ fi
 
 $as_echo #define CONFIG_XENO_REGISTRY 1 confdefs.h
 
+
+cat confdefs.h _ACEOF
+#define CONFIG_XENO_REGISTRY_ROOT $registry_root
+_ACEOF
+
 fi
  if test x$use_registry = xy; then
   XENO_REGISTRY_TRUE=
@@ -14342,7 +14349,7 @@ fi
 
 
 
-ac_config_files=$ac_config_files Makefile config/Makefile scripts/Makefile 
scripts/xeno-config:scripts/xeno-config-$rtcore_type.in scripts/xeno 
lib/Makefile lib/boilerplate/Makefile lib/cobalt/Makefile 
lib/cobalt/arch/Makefile lib/cobalt/arch/arm/Makefile 
lib/cobalt/arch/arm/include/Makefile lib/cobalt/arch/arm/include/asm/Makefile 
lib/cobalt/arch/arm/include/asm/xenomai/Makefile 
lib/cobalt/arch/powerpc/Makefile lib/cobalt/arch/powerpc/include/Makefile 
lib/cobalt/arch/powerpc/include/asm/Makefile 
lib/cobalt/arch/powerpc/include/asm/xenomai/Makefile 
lib/cobalt/arch/blackfin/Makefile lib/cobalt/arch/blackfin/include/Makefile 
lib/cobalt/arch/blackfin/include/asm/Makefile 
lib/cobalt/arch/blackfin/include/asm/xenomai/Makefile 
lib/cobalt/arch/x86/Makefile lib/cobalt/arch/x86/include/Makefile 
lib/cobalt/arch/x86/include/asm/Makefile 
lib/cobalt/arch/x86/include/asm/xenomai/Makefile lib/cobalt/arch/nios2/Makefile 
lib/cobalt/arch/nios2/include/Makefile lib/cobalt/arch/nios2/include/asm/Makef
 ile lib/cobalt/arch/nios2/include/asm/xenomai/Makefile 
lib/cobalt/arch/sh/Makefile lib/cobalt/arch/sh/include/Makefile 
lib/cobalt/arch/sh/include/asm/Makefile 
lib/cobalt/arch/sh/include/asm/xenomai/Makefile lib/copperplate/Makefile 
lib/copperplate/regd/Makefile lib/alchemy/Makefile lib/vxworks/Makefile 
lib/psos/Makefile lib/analogy/Makefile lib/smokey/Makefile lib/trank/Makefile 
testsuite/Makefile testsuite/latency/Makefile testsuite/switchtest/Makefile 
testsuite/smokey/Makefile testsuite/smokey/arith/Makefile 
testsuite/smokey/sched-quota/Makefile testsuite/smokey/sched-tp/Makefile 
testsuite/smokey/rtdm/Makefile testsuite/smokey/vdso-access/Makefile 
testsuite/smokey/cond-torture/Makefile testsuite/smokey/mutex-torture/Makefile 
testsuite/smokey/xddp/Makefile testsuite/smokey/iddp/Makefile 
testsuite/smokey/bufp/Makefile testsuite/smokey/fork-exec/Makefile 
testsuite/clocktest/Makefile testsuite/xeno-test/Makefile 
testsuite/regression/Makefile testsuite/regression/posix/Makefile utils/M
 akefile utils/can/Makefile utils/analogy/Makefile utils/ps/Makefile 
utils/slackspot/Makefile utils/autotune/Makefile demo/Makefile 
demo/posix/Makefile demo/posix/cobalt/Makefile demo/alchemy/Makefile 
demo/alchemy/cobalt/Makefile include/Makefile 

[Xenomai-git] Philippe Gerum : copperplate: add configuration tunable for registry moint point

2015-01-01 Thread git repository hosting
Module: xenomai-3
Branch: next
Commit: d351f712bc9b03d621b454b55fe3e46a294a
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=d351f712bc9b03d621b454b55fe3e46a294a

Author: Philippe Gerum r...@xenomai.org
Date:   Thu Jan  1 18:15:36 2015 +0100

copperplate: add configuration tunable for registry moint point

--enable-registry[=/registry-mount-point]

Defaults to /mnt/xenomai.

---

 configure |   25 +-
 configure.ac  |7 +-
 include/xeno_config.h.in  |3 +
 lib/copperplate/init.c|8 +-
 lib/copperplate/internal.h|4 +-
 testsuite/smokey/Makefile.in  |6 +-
 testsuite/smokey/sigdebug/Makefile.in |  646 +
 utils/Makefile.in |4 +-
 utils/net/Makefile.in |  845 +
 9 files changed, 1531 insertions(+), 17 deletions(-)

diff --git a/configure b/configure
index a9c7938..2687bf0 100755
--- a/configure
+++ b/configure
@@ -12933,12 +12933,12 @@ if test ${enable_debug+set} = set; then :
debug_symbols=y
;;
y | yes | partial)
-   debug_mode=partial
-   debug_symbols=y
+   debug_mode=partial
+   debug_symbols=y
;;
full)
debug_mode=full
-   debug_symbols=y
+   debug_symbols=y
;;
n | no)
debug_mode=
@@ -13091,18 +13091,20 @@ fi
 
 
 use_registry=
+registry_root=
 { $as_echo $as_me:${as_lineno-$LINENO}: checking whether the registry should 
be enabled 5
 $as_echo_n checking whether the registry should be enabled...  6; }
 # Check whether --enable-registry was given.
 if test ${enable_registry+set} = set; then :
   enableval=$enable_registry; case $enableval in
-   y | yes) use_registry=y ;;
+   y | yes) use_registry=yes; registry_root=/mnt/xenomai ;;
+   /*) use_registry=yes; registry_root=$enableval ;;
*) unset use_registry ;;
esac
 fi
 
-{ $as_echo $as_me:${as_lineno-$LINENO}: result: ${use_registry:-no} 5
-$as_echo ${use_registry:-no} 6; }
+{ $as_echo $as_me:${as_lineno-$LINENO}: result: 
${use_registry:-no}${registry_root:+, mounted on ${registry_root}} 5
+$as_echo ${use_registry:-no}${registry_root:+, mounted on ${registry_root}} 
6; }
 
 if test x$use_registry = xy; then
 
@@ -13320,6 +13322,11 @@ fi
 
 $as_echo #define CONFIG_XENO_REGISTRY 1 confdefs.h
 
+
+cat confdefs.h _ACEOF
+#define CONFIG_XENO_REGISTRY_ROOT $registry_root
+_ACEOF
+
 fi
  if test x$use_registry = xy; then
   XENO_REGISTRY_TRUE=
@@ -14342,7 +14349,7 @@ fi
 
 
 
-ac_config_files=$ac_config_files Makefile config/Makefile scripts/Makefile 
scripts/xeno-config:scripts/xeno-config-$rtcore_type.in scripts/xeno 
lib/Makefile lib/boilerplate/Makefile lib/cobalt/Makefile 
lib/cobalt/arch/Makefile lib/cobalt/arch/arm/Makefile 
lib/cobalt/arch/arm/include/Makefile lib/cobalt/arch/arm/include/asm/Makefile 
lib/cobalt/arch/arm/include/asm/xenomai/Makefile 
lib/cobalt/arch/powerpc/Makefile lib/cobalt/arch/powerpc/include/Makefile 
lib/cobalt/arch/powerpc/include/asm/Makefile 
lib/cobalt/arch/powerpc/include/asm/xenomai/Makefile 
lib/cobalt/arch/blackfin/Makefile lib/cobalt/arch/blackfin/include/Makefile 
lib/cobalt/arch/blackfin/include/asm/Makefile 
lib/cobalt/arch/blackfin/include/asm/xenomai/Makefile 
lib/cobalt/arch/x86/Makefile lib/cobalt/arch/x86/include/Makefile 
lib/cobalt/arch/x86/include/asm/Makefile 
lib/cobalt/arch/x86/include/asm/xenomai/Makefile lib/cobalt/arch/nios2/Makefile 
lib/cobalt/arch/nios2/include/Makefile lib/cobalt/arch/nios2/include/asm/Makef
 ile lib/cobalt/arch/nios2/include/asm/xenomai/Makefile 
lib/cobalt/arch/sh/Makefile lib/cobalt/arch/sh/include/Makefile 
lib/cobalt/arch/sh/include/asm/Makefile 
lib/cobalt/arch/sh/include/asm/xenomai/Makefile lib/copperplate/Makefile 
lib/copperplate/regd/Makefile lib/alchemy/Makefile lib/vxworks/Makefile 
lib/psos/Makefile lib/analogy/Makefile lib/smokey/Makefile lib/trank/Makefile 
testsuite/Makefile testsuite/latency/Makefile testsuite/switchtest/Makefile 
testsuite/smokey/Makefile testsuite/smokey/arith/Makefile 
testsuite/smokey/sched-quota/Makefile testsuite/smokey/sched-tp/Makefile 
testsuite/smokey/rtdm/Makefile testsuite/smokey/vdso-access/Makefile 
testsuite/smokey/cond-torture/Makefile testsuite/smokey/mutex-torture/Makefile 
testsuite/smokey/xddp/Makefile testsuite/smokey/iddp/Makefile 
testsuite/smokey/bufp/Makefile testsuite/smokey/fork-exec/Makefile 
testsuite/clocktest/Makefile testsuite/xeno-test/Makefile 
testsuite/regression/Makefile testsuite/regression/posix/Makefile utils/M
 akefile utils/can/Makefile utils/analogy/Makefile utils/ps/Makefile 
utils/slackspot/Makefile utils/autotune/Makefile demo/Makefile 
demo/posix/Makefile demo/posix/cobalt/Makefile demo/alchemy/Makefile 
demo/alchemy/cobalt/Makefile include/Makefile