Remove CVS-Ids.

This commit is contained in:
Ralf Corsépius
2012-05-04 08:53:58 +02:00
parent 87b72d48bd
commit 91d2e18249
47 changed files with 0 additions and 127 deletions

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I aclocal ACLOCAL_AMFLAGS = -I aclocal
SUBDIRS = . @BSP_SUBDIRS@ SUBDIRS = . @BSP_SUBDIRS@

View File

@@ -1,4 +1,3 @@
# $Id$
# #
# Some hacks for handling special config subdirectories # Some hacks for handling special config subdirectories
# #

View File

@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY) dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
dnl Internal subroutine to RTEMS_BSP_ALIAS dnl Internal subroutine to RTEMS_BSP_ALIAS
AC_DEFUN([_RTEMS_BSP_ALIAS], AC_DEFUN([_RTEMS_BSP_ALIAS],

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl
dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE]) dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE])
dnl dnl
dnl Accept --enable-FEATURE=<RTEMS_BSP>:<bsp-value> and dnl Accept --enable-FEATURE=<RTEMS_BSP>:<bsp-value> and

View File

@@ -1,6 +1,3 @@
dnl $Id$
dnl
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs' dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by boot_card() dnl configure script with the standard options supported by boot_card()
dnl and other required parts of the BSP Framework. Currently, this is dnl and other required parts of the BSP Framework. Currently, this is

View File

@@ -1,6 +1,3 @@
dnl $Id$
dnl
dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs' dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by the shared dnl configure script with the standard options supported by the shared
dnl implementation of bsp_cleanup(). dnl implementation of bsp_cleanup().

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl RTEMS_BSP_CONFIGURE dnl RTEMS_BSP_CONFIGURE
dnl Common macro to be included by all bsp-configure.acs dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE], AC_DEFUN([RTEMS_BSP_CONFIGURE],

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl Install a BSP's linkcmds from the source-tree into the build-tree dnl Install a BSP's linkcmds from the source-tree into the build-tree
AC_DEFUN([RTEMS_BSP_LINKCMDS],[ AC_DEFUN([RTEMS_BSP_LINKCMDS],[
LINKCMDS= LINKCMDS=

View File

@@ -1,6 +1,3 @@
dnl $Id$
dnl
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
dnl help-strings for per-BSP-environment variables. dnl help-strings for per-BSP-environment variables.

View File

@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
dnl canonicalize target cpu dnl canonicalize target cpu
dnl NOTE: Most rtems targets do not fullfil autoconf's dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl target naming conventions "processor-vendor-os" dnl target naming conventions "processor-vendor-os"

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Set target tools dnl Set target tools
dnl dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_CXX], AC_DEFUN([RTEMS_CHECK_CXX],
[dnl [dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl

View File

@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING], AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING],
[dnl [dnl
AC_REQUIRE([RTEMS_ENABLE_MULTILIB])dnl AC_REQUIRE([RTEMS_ENABLE_MULTILIB])dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING], AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl [dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API], AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl [dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_SMP], AC_DEFUN([RTEMS_CHECK_SMP],
[dnl [dnl
AC_REQUIRE([RTEMS_ENABLE_SMP])dnl AC_REQUIRE([RTEMS_ENABLE_SMP])dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to ## 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. ## the un-prefixed version of PROG-TO-CHECK-FOR.
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]]) dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])

View File

@@ -1,6 +1,3 @@
dnl $Id$
dnl
dnl Misc utility macros for subdir handling to work around missing abilities dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS dnl in autoconf, automake and structural issues with RTEMS
dnl dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_CXX], AC_DEFUN([RTEMS_ENABLE_CXX],
[ [
AC_ARG_ENABLE(cxx, AC_ARG_ENABLE(cxx,

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING], AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
[ [
AC_ARG_ENABLE(multiprocessing, AC_ARG_ENABLE(multiprocessing,

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_NETWORKING], AC_DEFUN([RTEMS_ENABLE_NETWORKING],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_POSIX], AC_DEFUN([RTEMS_ENABLE_POSIX],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl Override the set of BSPs to be built. dnl Override the set of BSPs to be built.
dnl used by the toplevel configure script dnl used by the toplevel configure script
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list) dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_SMP], AC_DEFUN([RTEMS_ENABLE_SMP],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl Pass a single BSP via an environment variable dnl Pass a single BSP via an environment variable
dnl used by per BSP configure scripts dnl used by per BSP configure scripts
AC_DEFUN([RTEMS_ENV_RTEMSBSP], AC_DEFUN([RTEMS_ENV_RTEMSBSP],

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Check whether the gcc accepts -isystem dnl Check whether the gcc accepts -isystem
dnl dnl

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Check whether the target compiler accepts -pipe dnl Check whether the target compiler accepts -pipe
dnl dnl

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Check whether the target compiler accepts -specs dnl Check whether the target compiler accepts -specs
dnl dnl

View File

@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
dnl check for i386 gas supporting 16 bit mode dnl check for i386 gas supporting 16 bit mode
dnl - binutils 2.9.1.0.7 and higher dnl - binutils 2.9.1.0.7 and higher

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([RTEMS_PATH_KSH], AC_DEFUN([RTEMS_PATH_KSH],
[ [
dnl NOTE: prefer bash over ksh over sh dnl NOTE: prefer bash over ksh over sh

View File

@@ -1,4 +1,3 @@
# $Id$
# #
# Some hacks for handling powerpc-exception subdirectories # Some hacks for handling powerpc-exception subdirectories
# #

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Check for target gcc dnl Check for target gcc
dnl dnl

View File

@@ -1,5 +1,3 @@
## $Id$
AC_DEFUN([RTEMS_PROG_CCAS], AC_DEFUN([RTEMS_PROG_CCAS],
[ [
AC_REQUIRE([RTEMS_PROG_CC]) AC_REQUIRE([RTEMS_PROG_CC])

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Check for target g++ dnl Check for target g++
dnl dnl

View File

@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
AC_DEFUN([RTEMS_PROJECT_ROOT], AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl [dnl
AC_REQUIRE([RTEMS_TOP]) AC_REQUIRE([RTEMS_TOP])

View File

@@ -1,5 +1,3 @@
# $Id$
AC_DEFUN([RTEMS_AMPOLISH3], AC_DEFUN([RTEMS_AMPOLISH3],
[ [
AC_REQUIRE([AM_INIT_AUTOMAKE]) AC_REQUIRE([AM_INIT_AUTOMAKE])

View File

@@ -1,5 +1,3 @@
dnl $Id$
# AC_DISABLE_OPTION_CHECKING is not available before 2.62 # AC_DISABLE_OPTION_CHECKING is not available before 2.62
AC_PREREQ(2.62) AC_PREREQ(2.62)

View File

@@ -1,5 +1,3 @@
dnl $Id$
## HACK: Work-around to structural issue with RTEMS ## HACK: Work-around to structural issue with RTEMS
## The macros below violate most autoconf and canonicalization standards ## The macros below violate most autoconf and canonicalization standards
AC_DEFUN([RTEMS_CONFIG_BUILD_SUBDIRS], AC_DEFUN([RTEMS_CONFIG_BUILD_SUBDIRS],

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
if RTEMS_ADA if RTEMS_ADA
include_adadir = $(includedir)/adainclude include_adadir = $(includedir)/adainclude
include_ada_HEADERS = rtems.adb rtems.ads include_ada_HEADERS = rtems.adb rtems.ads

View File

@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
SUBDIRS = libcpu libbsp SUBDIRS = libcpu libbsp
include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/subdirs.am

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
include $(top_srcdir)/automake/compile.am include $(top_srcdir)/automake/compile.am
SUBDIRS = @libbsp_cpu_subdir@ SUBDIRS = @libbsp_cpu_subdir@

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
include_libcpudir = $(includedir)/libcpu include_libcpudir = $(includedir)/libcpu
EXTRA_DIST = EXTRA_DIST =

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
include $(top_srcdir)/automake/compile.am include $(top_srcdir)/automake/compile.am
include_libchipdir = $(includedir)/libchip include_libchipdir = $(includedir)/libchip

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
include $(top_srcdir)/automake/compile.am include $(top_srcdir)/automake/compile.am
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\" AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"

View File

@@ -1,6 +1,3 @@
##
## $Id$
##
## build and install "glommed" librtemsbsp.a ## build and install "glommed" librtemsbsp.a
## ##