Changeset d2c26e4b in rtems
- Timestamp:
- Mar 11, 2003, 8:10:00 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9b353a5
- Parents:
- 6c63598
- Location:
- cpukit
- Files:
-
- 1 added
- 7 deleted
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/aclocal/rtems-top.m4
r6c63598 rd2c26e4b 9 9 [dnl 10 10 AC_REQUIRE([RTEMS_VERSIONING]) 11 AC_CONFIG_AUX_DIR([$1]) 11 12 AC_CHECK_PROGS(MAKE, gmake make) 12 AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl13 13 AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl 14 14 -
cpukit/sapi/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove stray reference to sptables.h.in. 4 5 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 6 7 * include/rtems/sptables.h.in: Remove. 8 * include/rtems/sptables.h: New. 9 * include/.cvsignore: Remove. 10 * include/rtems/.cvsignore: Remove. 11 * inline/.cvsignore: Remove. 12 * inline/rtems/.cvsignore: Remove. 13 * macros/.cvsignore: Remove. 14 * macros/rtems/.cvsignore: Remove. 15 * src/.cvsignore: Remove. 16 1 17 2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 18 -
cpukit/sapi/Makefile.am
r6c63598 rd2c26e4b 33 33 34 34 EXTRA_DIST = include/rtems/README 35 36 include/rtems/sptables.h: $(top_builddir)/config.status $(top_srcdir)/sapi/include/rtems/sptables.h.in37 cd $(top_builddir) && CONFIG_FILES=sapi/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status38 35 39 36 ## inline -
cpukit/score/ChangeLog
r6c63598 rd2c26e4b 1 2002-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rtems/system.h: Add __RTEMS_REVISION__. 4 1 5 2002-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/arm/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/arm/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/c4x/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-11 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/score/cpu/c4x/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/h8300/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/h8300/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/hppa1.1/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/hppa1.1/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/i386/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/i386/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/i960/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/i960/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/m68k/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-06 Ilya Alexeev <ilya@continuum.ru> 2 6 -
cpukit/score/cpu/m68k/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/mips/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/mips/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/mips64orion/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/mips64orion/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/no_cpu/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-11 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/score/cpu/no_cpu/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.c]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/or32/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/or32/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.c]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/powerpc/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-20 Till Straumann <strauman@slac.stanford.edu> 2 6 -
cpukit/score/cpu/powerpc/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([asm.h]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/sh/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/sh/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([asm.h]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/sparc/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/cpu/sparc/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu_asm.S]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/cpu/unix/ChangeLog
r6c63598 rd2c26e4b 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-01-03 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/score/cpu/unix/configure.ac
r6c63598 rd2c26e4b 7 7 AC_CONFIG_SRCDIR([cpu.c]) 8 8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
cpukit/score/include/rtems/system.h
r6c63598 rd2c26e4b 23 23 24 24 /* 25 * Major and minor version numberof RTEMS.25 * Major, minor, revision version numbers of RTEMS. 26 26 * Use these macros to test for features in specific releases. 27 27 */ 28 28 #define __RTEMS_MAJOR__ 4 29 29 #define __RTEMS_MINOR__ 6 30 #define __RTEMS_REVISION__ 0 30 31 31 32 /*
Note: See TracChangeset
for help on using the changeset viewer.