Changeset 27ccd807 in rtems
- Timestamp:
- 08/02/07 15:01:29 (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2154cd3
- Parents:
- 261f99bd
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r261f99bd r27ccd807 1 2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * Makefile.maint, configure.ac, release_support: Remove RDBG. 4 * aclocal/enable-rdbg.m4: Removed. 5 1 6 2007-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> 2 7 -
Makefile.maint
r261f99bd r27ccd807 61 61 find rtems-$(rtems_version) -name .cvsignore -exec rm -f {} \; 62 62 find rtems-$(rtems_version) -name preinstall.am -exec touch {} \; 63 touch rtems-$(rtems_version)/c/src/librdbg/src/*/*/remdeb*.[hc]64 63 rm -rf rtems-$(rtems_version)/contrib 65 64 touch rtems-$(rtems_version)/stamp.cleanup -
configure.ac
r261f99bd r27ccd807 26 26 RTEMS_ENABLE_ITRON 27 27 RTEMS_ENABLE_NETWORKING 28 RTEMS_ENABLE_RDBG29 28 RTEMS_ENABLE_CXX 30 29 RTEMS_ENABLE_TESTS -
release_support
r261f99bd r27ccd807 69 69 # 70 70 ./bootstrap 71 71 72 # now make sure the files generated by rpcgen are OK. 72 touch c/src/librdbg/src/*/*/remdeb*.[hc] 73 # NOTE: With rdbg removed, there are no files to touch until 74 # the NFS client build process is worked out. 75 73 76 # now remove left overs from auto* -- they take 2MB even with bzip 74 77 find . -name autom4te.cache -print | xargs -e rm -rf
Note: See TracChangeset
for help on using the changeset viewer.