Changeset b33e20e in rtems
- Timestamp:
- 10/27/00 13:32:26 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 37a9cf1
- Parents:
- 4d2ba82
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/mptests/ChangeLog
r4d2ba82 rb33e20e 1 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 2 Switch to GNU canonicalization. 3 * mptests.am: Remove DEFS. 4 5 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 6 1 7 * mp01/node1/Makefile.am, mp01/node2/Makefile.am, 2 8 mp02/node1/Makefile.am, mp02/node2/Makefile.am, -
c/src/tests/mptests/Makefile.am
r4d2ba82 rb33e20e 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \ -
c/src/tests/mptests/mptests.am
r4d2ba82 rb33e20e 1 AM_CPPFLAGS += @DEFS@ 1 ## $Id$ 2 2 3 3 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -
testsuites/mptests/ChangeLog
r4d2ba82 rb33e20e 1 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 2 Switch to GNU canonicalization. 3 * mptests.am: Remove DEFS. 4 5 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 6 1 7 * mp01/node1/Makefile.am, mp01/node2/Makefile.am, 2 8 mp02/node1/Makefile.am, mp02/node2/Makefile.am, -
testsuites/mptests/Makefile.am
r4d2ba82 rb33e20e 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \ -
testsuites/mptests/mptests.am
r4d2ba82 rb33e20e 1 AM_CPPFLAGS += @DEFS@ 1 ## $Id$ 2 2 3 3 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
Note: See TracChangeset
for help on using the changeset viewer.