2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.maint, configure.ac, release_support: Remove RDBG.
	* aclocal/enable-rdbg.m4: Removed.
This commit is contained in:
Joel Sherrill
2007-08-02 15:01:29 +00:00
parent 261f99bdac
commit 27ccd80717
5 changed files with 9 additions and 18 deletions

View File

@@ -1,3 +1,8 @@
2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.maint, configure.ac, release_support: Remove RDBG.
* aclocal/enable-rdbg.m4: Removed.
2007-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4, README.configure:

View File

@@ -60,7 +60,6 @@ rtems-$(rtems_version)$(TAG_SUFFIX).tar.bz2: rtems-$(rtems_version)/stamp.autofi
rtems-$(rtems_version)/stamp.cleanup: rtems-$(rtems_version)/stamp.export.$(rtems_tag)$(TAG_SUFFIX)
find rtems-$(rtems_version) -name .cvsignore -exec rm -f {} \;
find rtems-$(rtems_version) -name preinstall.am -exec touch {} \;
touch rtems-$(rtems_version)/c/src/librdbg/src/*/*/remdeb*.[hc]
rm -rf rtems-$(rtems_version)/contrib
touch rtems-$(rtems_version)/stamp.cleanup

View File

@@ -1,15 +0,0 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_RDBG],
[
AC_BEFORE([$0], [RTEMS_CHECK_RDBG])dnl
AC_ARG_ENABLE(rdbg,
[AC_HELP_STRING([--enable-rdbg],[enable remote debugger])],
[case "${enableval}" in
yes) RTEMS_HAS_RDBG=yes ;;
no) RTEMS_HAS_RDBG=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-rdbg option) ;;
esac],[RTEMS_HAS_RDBG=no])
AC_SUBST(RTEMS_HAS_RDBG)dnl
])

View File

@@ -25,7 +25,6 @@ RTEMS_ENABLE_MULTIPROCESSING
RTEMS_ENABLE_POSIX
RTEMS_ENABLE_ITRON
RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_RDBG
RTEMS_ENABLE_CXX
RTEMS_ENABLE_TESTS
RTEMS_ENABLE_RTEMS_DEBUG

View File

@@ -68,8 +68,11 @@ EOF
# bootstrap at the top level.
#
./bootstrap
# now make sure the files generated by rpcgen are OK.
touch c/src/librdbg/src/*/*/remdeb*.[hc]
# NOTE: With rdbg removed, there are no files to touch until
# the NFS client build process is worked out.
# now remove left overs from auto* -- they take 2MB even with bzip
find . -name autom4te.cache -print | xargs -e rm -rf
find . -name .cvsignore -print | xargs -e rm -rf