Changeset cbe7d66 in rtems
- Timestamp:
- 10/27/00 13:30:17 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8ccc22c
- Parents:
- b04d468
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/sptests/ChangeLog
rb04d468 rcbe7d66 1 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 4 Switch to GNU canonicalization. 5 * sptests.am: Remove DEFS. 6 1 7 2000-09-29 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/tests/sptests/Makefile.am
rb04d468 rcbe7d66 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 ## sp10 and spfatal are not included for now -
c/src/tests/sptests/sptests.am
rb04d468 rcbe7d66 1 AM_CPPFLAGS += @DEFS@ 1 ## $Id$ 2 2 3 3 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -
testsuites/sptests/ChangeLog
rb04d468 rcbe7d66 1 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 4 Switch to GNU canonicalization. 5 * sptests.am: Remove DEFS. 6 1 7 2000-09-29 Joel Sherrill <joel@OARcorp.com> 2 8 -
testsuites/sptests/Makefile.am
rb04d468 rcbe7d66 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 ## sp10 and spfatal are not included for now -
testsuites/sptests/sptests.am
rb04d468 rcbe7d66 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.