forked from Imagelibrary/rtems
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
#
|
#
|
||||||
# top level directory for RTEMS build tree
|
# top level directory for RTEMS build tree
|
||||||
#
|
#
|
||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I aclocal
|
ACLOCAL_AMFLAGS = -I aclocal
|
||||||
|
|
||||||
|
|||||||
4
README
4
README
@@ -1,7 +1,3 @@
|
|||||||
#
|
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
|
|
||||||
Building RTEMS
|
Building RTEMS
|
||||||
==============
|
==============
|
||||||
See the file README.configure.
|
See the file README.configure.
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
#
|
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
|
|
||||||
1. Autoconf support
|
1. Autoconf support
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
dnl
|
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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
dnl Report all available bsps for a target within the source tree
|
dnl Report all available bsps for a target within the source tree
|
||||||
dnl
|
dnl
|
||||||
dnl RTEMS_CHECK_BSPS(bsp_list)
|
dnl RTEMS_CHECK_BSPS(bsp_list)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_ENABLE_CXX],
|
AC_DEFUN([RTEMS_ENABLE_CXX],
|
||||||
[
|
[
|
||||||
AC_ARG_ENABLE(cxx,
|
AC_ARG_ENABLE(cxx,
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
|
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
|
||||||
[
|
[
|
||||||
AC_ARG_ENABLE(multiprocessing,
|
AC_ARG_ENABLE(multiprocessing,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG],
|
AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG],
|
||||||
[
|
[
|
||||||
AC_ARG_ENABLE(rtems-debug,
|
AC_ARG_ENABLE(rtems-debug,
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_ENABLE_TESTS],
|
AC_DEFUN([RTEMS_ENABLE_TESTS],
|
||||||
[
|
[
|
||||||
AC_ARG_ENABLE(tests,
|
AC_ARG_ENABLE(tests,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
dnl
|
dnl
|
||||||
dnl $Id$
|
|
||||||
dnl
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl PROJECT_TOPdir .. relative path to the top of the build-tree
|
dnl PROJECT_TOPdir .. relative path to the top of the build-tree
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
## NOTE: This is a temporary work-around to keep
|
## NOTE: This is a temporary work-around to keep
|
||||||
## RTEMS's non automake standard make targets working.
|
## RTEMS's non automake standard make targets working.
|
||||||
## Once automake is fully integrated these make targets
|
## Once automake is fully integrated these make targets
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
preinstall-am: $(PREINSTALL_FILES)
|
preinstall-am: $(PREINSTALL_FILES)
|
||||||
preinstall: preinstall-am
|
preinstall: preinstall-am
|
||||||
.PHONY: preinstall preinstall-am
|
.PHONY: preinstall preinstall-am
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
## Borrowed from automake-1.4 and adapted to RTEMS
|
## Borrowed from automake-1.4 and adapted to RTEMS
|
||||||
|
|
||||||
## NOTE: This is a temporary work-around to keep
|
## NOTE: This is a temporary work-around to keep
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||||
|
|
||||||
## NOTE: This Makefile.am is rather fragile to the value of RTEMS_BSP
|
## NOTE: This Makefile.am is rather fragile to the value of RTEMS_BSP
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
dnl
|
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
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
## 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],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
AC_INIT([rtems-c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I aclocal
|
ACLOCAL_AMFLAGS = -I aclocal
|
||||||
|
|
||||||
SUBDIRS = . @BSP_SUBDIRS@
|
SUBDIRS = . @BSP_SUBDIRS@
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
#
|
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
|
|
||||||
This is the top level directory of the C RTEMS environment. The
|
This is the top level directory of the C RTEMS environment. The
|
||||||
following is a description of the contents of each file and
|
following is a description of the contents of each file and
|
||||||
subdirectory directly in this directory:
|
subdirectory directly in this directory:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Some hacks for handling special config subdirectories
|
# Some hacks for handling special config subdirectories
|
||||||
#
|
#
|
||||||
# Note: Consider this file a temporary band-aid until a better, more general
|
# Note: Consider this file a temporary band-aid until a better, more general
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
dnl
|
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
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
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
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
|
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs'
|
dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs'
|
||||||
|
|||||||
@@ -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],
|
||||||
|
|||||||
@@ -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=
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
|
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
dnl
|
|
||||||
dnl $Id$
|
|
||||||
dnl
|
|
||||||
dnl Set target tools
|
dnl Set target tools
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN([RTEMS_CHECK_CXX],
|
AC_DEFUN([RTEMS_CHECK_CXX],
|
||||||
[dnl
|
[dnl
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN([RTEMS_CHECK_NETWORKING],
|
AC_DEFUN([RTEMS_CHECK_NETWORKING],
|
||||||
[dnl
|
[dnl
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN([RTEMS_CHECK_POSIX_API],
|
AC_DEFUN([RTEMS_CHECK_POSIX_API],
|
||||||
[dnl
|
[dnl
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN([RTEMS_CHECK_SMP],
|
AC_DEFUN([RTEMS_CHECK_SMP],
|
||||||
[dnl
|
[dnl
|
||||||
|
|||||||
@@ -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]])
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
dnl
|
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
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_ENABLE_CXX],
|
AC_DEFUN([RTEMS_ENABLE_CXX],
|
||||||
[
|
[
|
||||||
AC_ARG_ENABLE(cxx,
|
AC_ARG_ENABLE(cxx,
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
|
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
|
||||||
[
|
[
|
||||||
AC_ARG_ENABLE(multiprocessing,
|
AC_ARG_ENABLE(multiprocessing,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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],
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
dnl
|
|
||||||
dnl $Id$
|
|
||||||
dnl
|
|
||||||
dnl Check whether the gcc accepts -isystem
|
dnl Check whether the gcc accepts -isystem
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
dnl
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
dnl
|
dnl
|
||||||
dnl $Id$
|
|
||||||
dnl
|
|
||||||
dnl Check for target gcc
|
dnl Check for target gcc
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
|
|||||||
@@ -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])
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
dnl
|
dnl
|
||||||
dnl $Id$
|
|
||||||
dnl
|
|
||||||
dnl Check for target g++
|
dnl Check for target g++
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
dnl
|
dnl
|
||||||
dnl $Id$
|
|
||||||
dnl
|
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_PROJECT_ROOT],
|
AC_DEFUN([RTEMS_PROJECT_ROOT],
|
||||||
[dnl
|
[dnl
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
# $Id$
|
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_AMPOLISH3],
|
AC_DEFUN([RTEMS_AMPOLISH3],
|
||||||
[
|
[
|
||||||
AC_REQUIRE([AM_INIT_AUTOMAKE])
|
AC_REQUIRE([AM_INIT_AUTOMAKE])
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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],
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
|
ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
|
||||||
|
|
||||||
SUBDIRS = support samples sptests tmtests
|
SUBDIRS = support samples sptests tmtests
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
##
|
##
|
||||||
## Partially borrowed from gcc-3.2
|
## Partially borrowed from gcc-3.2
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -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-ada-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
SUBDIRS += mp01
|
SUBDIRS += mp01
|
||||||
SUBDIRS += mp02
|
SUBDIRS += mp02
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
SUBDIRS = node1 node2
|
SUBDIRS = node1 node2
|
||||||
|
|
||||||
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with INTERFACES; use INTERFACES;
|
with INTERFACES; use INTERFACES;
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
SUBDIRS = node1 node2
|
SUBDIRS = node1 node2
|
||||||
|
|
||||||
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with INTERFACES; use INTERFACES;
|
with INTERFACES; use INTERFACES;
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
SUBDIRS = node1 node2
|
SUBDIRS = node1 node2
|
||||||
|
|
||||||
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with INTERFACES; use INTERFACES;
|
with INTERFACES; use INTERFACES;
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
-- the file LICENSE in this distribution or at
|
-- the file LICENSE in this distribution or at
|
||||||
-- http://www.rtems.com/license/LICENSE.
|
-- http://www.rtems.com/license/LICENSE.
|
||||||
--
|
--
|
||||||
-- $Id$
|
|
||||||
--
|
|
||||||
|
|
||||||
with RTEMS;
|
with RTEMS;
|
||||||
with RTEMS.TASKS;
|
with RTEMS.TASKS;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
## $Id$
|
|
||||||
|
|
||||||
SUBDIRS = node1 node2
|
SUBDIRS = node1 node2
|
||||||
|
|
||||||
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
include $(top_srcdir)/../../../testsuites/automake/subdirs.am
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
* The license and distribution terms for this file may in
|
* The license and distribution terms for this file may in
|
||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.rtems.com/license/LICENSE.
|
* http://www.rtems.com/license/LICENSE.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user