[rtems commit] Remove CVS-Ids.
Ralf Corsepius
ralf at rtems.org
Fri May 4 09:05:19 UTC 2012
Module: rtems
Branch: 4.10
Commit: 397080045d5c6eb682fa9ffa05bb4374eea1a2ce
Changeset: http://git.rtems.org/rtems/commit/?id=397080045d5c6eb682fa9ffa05bb4374eea1a2ce
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Fri May 4 11:06:33 2012 +0200
Remove CVS-Ids.
---
c/src/Makefile.am | 4 ----
c/src/acinclude.m4 | 1 -
c/src/aclocal/bsp-alias.m4 | 4 ----
c/src/aclocal/bsp-arg-enable.m4 | 2 --
c/src/aclocal/bsp-bootcard-options.m4 | 3 ---
c/src/aclocal/bsp-bspcleanup-options.m4 | 3 ---
c/src/aclocal/bsp-configure.m4 | 2 --
c/src/aclocal/bsp-linkcmds.m4 | 2 --
c/src/aclocal/bspopts.m4 | 3 ---
c/src/aclocal/canonical-target-name.m4 | 4 ----
c/src/aclocal/canonicalize-tools.m4 | 3 ---
c/src/aclocal/check-custom-bsp.m4 | 2 --
c/src/aclocal/check-cxx.m4 | 2 --
c/src/aclocal/check-multiprocessing.m4 | 4 ----
c/src/aclocal/check-networking.m4 | 2 --
c/src/aclocal/check-posix.m4 | 2 --
c/src/aclocal/check-tool.m4 | 2 --
c/src/aclocal/config-subdirs.m4 | 3 ---
c/src/aclocal/enable-cxx.m4 | 2 --
c/src/aclocal/enable-multiprocessing.m4 | 2 --
c/src/aclocal/enable-networking.m4 | 2 --
c/src/aclocal/enable-posix.m4 | 2 --
c/src/aclocal/enable-rtemsbsp.m4 | 2 --
c/src/aclocal/env-rtemsbsp.m4 | 2 --
c/src/aclocal/gcc-isystem.m4 | 3 ---
c/src/aclocal/gcc-pipe.m4 | 3 ---
c/src/aclocal/gcc-specs.m4 | 3 ---
c/src/aclocal/i386-gas-code16.m4 | 4 ----
c/src/aclocal/path-ksh.m4 | 2 --
c/src/aclocal/ppc.m4 | 1 -
c/src/aclocal/prog-cc.m4 | 3 ---
c/src/aclocal/prog-ccas.m4 | 2 --
c/src/aclocal/prog-cxx.m4 | 3 ---
c/src/aclocal/project-root.m4 | 4 ----
c/src/aclocal/rtems-ampolish.m4 | 2 --
c/src/aclocal/rtems-top.m4 | 2 --
c/src/aclocal/target.m4 | 2 --
c/src/ada/Makefile.am | 4 ----
c/src/automake/compile.am | 4 ----
c/src/automake/host.am | 2 --
c/src/automake/local.am | 2 --
c/src/automake/subdirs.am | 2 --
c/src/configure.ac | 2 --
c/src/libchip/Makefile.am | 4 ----
c/src/optman/Makefile.am | 4 ----
c/src/support/Makefile.am | 4 ----
c/src/wrapup/Makefile.am | 3 ---
47 files changed, 0 insertions(+), 125 deletions(-)
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index dd737af..aeec2ea 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I aclocal
SUBDIRS = . @BSP_SUBDIRS@
diff --git a/c/src/acinclude.m4 b/c/src/acinclude.m4
index 910bb46..00815f9 100644
--- a/c/src/acinclude.m4
+++ b/c/src/acinclude.m4
@@ -1,4 +1,3 @@
-# $Id$
#
# Some hacks for handling special config subdirectories
#
diff --git a/c/src/aclocal/bsp-alias.m4 b/c/src/aclocal/bsp-alias.m4
index 8a9b21a..9aafbcc 100644
--- a/c/src/aclocal/bsp-alias.m4
+++ b/c/src/aclocal/bsp-alias.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
dnl Internal subroutine to RTEMS_BSP_ALIAS
AC_DEFUN([_RTEMS_BSP_ALIAS],
diff --git a/c/src/aclocal/bsp-arg-enable.m4 b/c/src/aclocal/bsp-arg-enable.m4
index a03d78b..83c92ee 100644
--- a/c/src/aclocal/bsp-arg-enable.m4
+++ b/c/src/aclocal/bsp-arg-enable.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE])
dnl
dnl Accept --enable-FEATURE=<RTEMS_BSP>:<bsp-value> and
diff --git a/c/src/aclocal/bsp-bootcard-options.m4 b/c/src/aclocal/bsp-bootcard-options.m4
index 4495bc3..77c7af6 100644
--- a/c/src/aclocal/bsp-bootcard-options.m4
+++ b/c/src/aclocal/bsp-bootcard-options.m4
@@ -1,6 +1,3 @@
-dnl $Id$
-dnl
-
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by boot_card()
dnl and other required parts of the BSP Framework. Currently, this is
diff --git a/c/src/aclocal/bsp-bspcleanup-options.m4 b/c/src/aclocal/bsp-bspcleanup-options.m4
index c880c21..464effc 100644
--- a/c/src/aclocal/bsp-bspcleanup-options.m4
+++ b/c/src/aclocal/bsp-bspcleanup-options.m4
@@ -1,6 +1,3 @@
-dnl $Id$
-dnl
-
dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by the shared
dnl implementation of bsp_cleanup().
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index 75972e9..c6ff763 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl RTEMS_BSP_CONFIGURE
dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE],
diff --git a/c/src/aclocal/bsp-linkcmds.m4 b/c/src/aclocal/bsp-linkcmds.m4
index 7304e1f..397609f 100644
--- a/c/src/aclocal/bsp-linkcmds.m4
+++ b/c/src/aclocal/bsp-linkcmds.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl Install a BSP's linkcmds from the source-tree into the build-tree
AC_DEFUN([RTEMS_BSP_LINKCMDS],[
LINKCMDS=
diff --git a/c/src/aclocal/bspopts.m4 b/c/src/aclocal/bspopts.m4
index 31d10bd..078fc4a 100644
--- a/c/src/aclocal/bspopts.m4
+++ b/c/src/aclocal/bspopts.m4
@@ -1,6 +1,3 @@
-dnl $Id$
-dnl
-
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
dnl help-strings for per-BSP-environment variables.
diff --git a/c/src/aclocal/canonical-target-name.m4 b/c/src/aclocal/canonical-target-name.m4
index 5a096f2..1152420 100644
--- a/c/src/aclocal/canonical-target-name.m4
+++ b/c/src/aclocal/canonical-target-name.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
dnl canonicalize target cpu
dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl target naming conventions "processor-vendor-os"
diff --git a/c/src/aclocal/canonicalize-tools.m4 b/c/src/aclocal/canonicalize-tools.m4
index eb3eb95..7536439 100644
--- a/c/src/aclocal/canonicalize-tools.m4
+++ b/c/src/aclocal/canonicalize-tools.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Set target tools
dnl
diff --git a/c/src/aclocal/check-custom-bsp.m4 b/c/src/aclocal/check-custom-bsp.m4
index d686e6e..262f48c 100644
--- a/c/src/aclocal/check-custom-bsp.m4
+++ b/c/src/aclocal/check-custom-bsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
diff --git a/c/src/aclocal/check-cxx.m4 b/c/src/aclocal/check-cxx.m4
index 873cc2b..e679d4e 100644
--- a/c/src/aclocal/check-cxx.m4
+++ b/c/src/aclocal/check-cxx.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
AC_DEFUN([RTEMS_CHECK_CXX],
[dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl
diff --git a/c/src/aclocal/check-multiprocessing.m4 b/c/src/aclocal/check-multiprocessing.m4
index 73f3fea..5959f34 100644
--- a/c/src/aclocal/check-multiprocessing.m4
+++ b/c/src/aclocal/check-multiprocessing.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING],
[dnl
AC_REQUIRE([RTEMS_ENABLE_MULTILIB])dnl
diff --git a/c/src/aclocal/check-networking.m4 b/c/src/aclocal/check-networking.m4
index 1679bba..fd1fd9d 100644
--- a/c/src/aclocal/check-networking.m4
+++ b/c/src/aclocal/check-networking.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/c/src/aclocal/check-posix.m4 b/c/src/aclocal/check-posix.m4
index 1cf56eb..8ef64f0 100644
--- a/c/src/aclocal/check-posix.m4
+++ b/c/src/aclocal/check-posix.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/c/src/aclocal/check-tool.m4 b/c/src/aclocal/check-tool.m4
index 4c412c0..2bc137c 100644
--- a/c/src/aclocal/check-tool.m4
+++ b/c/src/aclocal/check-tool.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
## the un-prefixed version of PROG-TO-CHECK-FOR.
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
diff --git a/c/src/aclocal/config-subdirs.m4 b/c/src/aclocal/config-subdirs.m4
index 38e059d..874671d 100644
--- a/c/src/aclocal/config-subdirs.m4
+++ b/c/src/aclocal/config-subdirs.m4
@@ -1,6 +1,3 @@
-dnl $Id$
-
-dnl
dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS
dnl
diff --git a/c/src/aclocal/enable-cxx.m4 b/c/src/aclocal/enable-cxx.m4
index 08cb5d4..759d81b 100644
--- a/c/src/aclocal/enable-cxx.m4
+++ b/c/src/aclocal/enable-cxx.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_CXX],
[
AC_ARG_ENABLE(cxx,
diff --git a/c/src/aclocal/enable-multiprocessing.m4 b/c/src/aclocal/enable-multiprocessing.m4
index 34a0caa..035292f 100644
--- a/c/src/aclocal/enable-multiprocessing.m4
+++ b/c/src/aclocal/enable-multiprocessing.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
[
AC_ARG_ENABLE(multiprocessing,
diff --git a/c/src/aclocal/enable-networking.m4 b/c/src/aclocal/enable-networking.m4
index 906ff8a..8a9dc36 100644
--- a/c/src/aclocal/enable-networking.m4
+++ b/c/src/aclocal/enable-networking.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_NETWORKING],
[
## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl
diff --git a/c/src/aclocal/enable-posix.m4 b/c/src/aclocal/enable-posix.m4
index b250bcf..f96ec1f 100644
--- a/c/src/aclocal/enable-posix.m4
+++ b/c/src/aclocal/enable-posix.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_ENABLE_POSIX],
[
## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl
diff --git a/c/src/aclocal/enable-rtemsbsp.m4 b/c/src/aclocal/enable-rtemsbsp.m4
index 35d8b8b..91c14a9 100644
--- a/c/src/aclocal/enable-rtemsbsp.m4
+++ b/c/src/aclocal/enable-rtemsbsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl Override the set of BSPs to be built.
dnl used by the toplevel configure script
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)
diff --git a/c/src/aclocal/env-rtemsbsp.m4 b/c/src/aclocal/env-rtemsbsp.m4
index d32d43c..2fcc7fe 100644
--- a/c/src/aclocal/env-rtemsbsp.m4
+++ b/c/src/aclocal/env-rtemsbsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
dnl Pass a single BSP via an environment variable
dnl used by per BSP configure scripts
AC_DEFUN([RTEMS_ENV_RTEMSBSP],
diff --git a/c/src/aclocal/gcc-isystem.m4 b/c/src/aclocal/gcc-isystem.m4
index 94098cf..c0eebf6 100644
--- a/c/src/aclocal/gcc-isystem.m4
+++ b/c/src/aclocal/gcc-isystem.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check whether the gcc accepts -isystem
dnl
diff --git a/c/src/aclocal/gcc-pipe.m4 b/c/src/aclocal/gcc-pipe.m4
index 2a04629..fbc78b9 100644
--- a/c/src/aclocal/gcc-pipe.m4
+++ b/c/src/aclocal/gcc-pipe.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check whether the target compiler accepts -pipe
dnl
diff --git a/c/src/aclocal/gcc-specs.m4 b/c/src/aclocal/gcc-specs.m4
index dd49bb9..fad7004 100644
--- a/c/src/aclocal/gcc-specs.m4
+++ b/c/src/aclocal/gcc-specs.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check whether the target compiler accepts -specs
dnl
diff --git a/c/src/aclocal/i386-gas-code16.m4 b/c/src/aclocal/i386-gas-code16.m4
index 7b9ce2f..9c12d7b 100644
--- a/c/src/aclocal/i386-gas-code16.m4
+++ b/c/src/aclocal/i386-gas-code16.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
dnl check for i386 gas supporting 16 bit mode
dnl - binutils 2.9.1.0.7 and higher
diff --git a/c/src/aclocal/path-ksh.m4 b/c/src/aclocal/path-ksh.m4
index 306c4ca..2c79b31 100644
--- a/c/src/aclocal/path-ksh.m4
+++ b/c/src/aclocal/path-ksh.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
AC_DEFUN([RTEMS_PATH_KSH],
[
dnl NOTE: prefer bash over ksh over sh
diff --git a/c/src/aclocal/ppc.m4 b/c/src/aclocal/ppc.m4
index 7275685..6eb1fc8 100644
--- a/c/src/aclocal/ppc.m4
+++ b/c/src/aclocal/ppc.m4
@@ -1,4 +1,3 @@
-# $Id$
#
# Some hacks for handling powerpc-exception subdirectories
#
diff --git a/c/src/aclocal/prog-cc.m4 b/c/src/aclocal/prog-cc.m4
index 50ebe4e..64717dd 100644
--- a/c/src/aclocal/prog-cc.m4
+++ b/c/src/aclocal/prog-cc.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check for target gcc
dnl
diff --git a/c/src/aclocal/prog-ccas.m4 b/c/src/aclocal/prog-ccas.m4
index 2efa2d8..edd08d8 100644
--- a/c/src/aclocal/prog-ccas.m4
+++ b/c/src/aclocal/prog-ccas.m4
@@ -1,5 +1,3 @@
-## $Id$
-
AC_DEFUN([RTEMS_PROG_CCAS],
[
AC_REQUIRE([RTEMS_PROG_CC])
diff --git a/c/src/aclocal/prog-cxx.m4 b/c/src/aclocal/prog-cxx.m4
index 20175ee..7180c60 100644
--- a/c/src/aclocal/prog-cxx.m4
+++ b/c/src/aclocal/prog-cxx.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
dnl Check for target g++
dnl
diff --git a/c/src/aclocal/project-root.m4 b/c/src/aclocal/project-root.m4
index b83cdd7..a3f5cd3 100644
--- a/c/src/aclocal/project-root.m4
+++ b/c/src/aclocal/project-root.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl
AC_REQUIRE([RTEMS_TOP])
diff --git a/c/src/aclocal/rtems-ampolish.m4 b/c/src/aclocal/rtems-ampolish.m4
index df3b480..feb9ad2 100644
--- a/c/src/aclocal/rtems-ampolish.m4
+++ b/c/src/aclocal/rtems-ampolish.m4
@@ -1,5 +1,3 @@
-# $Id$
-
AC_DEFUN([RTEMS_AMPOLISH3],
[
AC_REQUIRE([AM_INIT_AUTOMAKE])
diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4
index 35c0d99..76d520a 100644
--- a/c/src/aclocal/rtems-top.m4
+++ b/c/src/aclocal/rtems-top.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
# AC_DISABLE_OPTION_CHECKING is not available before 2.62
AC_PREREQ(2.62)
diff --git a/c/src/aclocal/target.m4 b/c/src/aclocal/target.m4
index af7d3da..8929a32 100644
--- a/c/src/aclocal/target.m4
+++ b/c/src/aclocal/target.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
## HACK: Work-around to structural issue with RTEMS
## The macros below violate most autoconf and canonicalization standards
AC_DEFUN([RTEMS_CONFIG_BUILD_SUBDIRS],
diff --git a/c/src/ada/Makefile.am b/c/src/ada/Makefile.am
index 7037537..f2340ea 100644
--- a/c/src/ada/Makefile.am
+++ b/c/src/ada/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
if RTEMS_ADA
include_adadir = $(includedir)/adainclude
include_ada_HEADERS = rtems.adb rtems.ads
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index f0c5466..a42e4f3 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
## -------------------------------------------------------------------------
CC = @CC@ $(GCCSPECS)
diff --git a/c/src/automake/host.am b/c/src/automake/host.am
index 6c01bc3..c25c052 100644
--- a/c/src/automake/host.am
+++ b/c/src/automake/host.am
@@ -1,5 +1,3 @@
-## $Id$
-
## NOTE: This is a temporary work-around to keep
## RTEMS's non automake standard make targets working.
## Once automake is fully integrated these make targets
diff --git a/c/src/automake/local.am b/c/src/automake/local.am
index c170178..4de51e5 100644
--- a/c/src/automake/local.am
+++ b/c/src/automake/local.am
@@ -1,5 +1,3 @@
-## $Id$
-
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/c/src/automake/subdirs.am b/c/src/automake/subdirs.am
index 61e421f..1e0a9a7 100644
--- a/c/src/automake/subdirs.am
+++ b/c/src/automake/subdirs.am
@@ -1,5 +1,3 @@
-## $Id$
-
## Borrowed from automake-1.4 and adapted to RTEMS
## NOTE: This is a temporary work-around to keep
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 5ea9eb1..449c996 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/c/src/libchip/Makefile.am b/c/src/libchip/Makefile.am
index d39a69d..d0bd057 100644
--- a/c/src/libchip/Makefile.am
+++ b/c/src/libchip/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
include_libchipdir = $(includedir)/libchip
diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am
index 7560f32..98bcc80 100644
--- a/c/src/optman/Makefile.am
+++ b/c/src/optman/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
EXEEXT =
diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am
index 55b549e..66c8154 100644
--- a/c/src/support/Makefile.am
+++ b/c/src/support/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 1841ac3..08724db 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -1,6 +1,3 @@
-##
-## $Id$
-##
## build and install "glommed" librtemsbsp.a
##
More information about the vc
mailing list