Changeset 4d2ba82 in rtems
- Timestamp:
- 10/27/00 13:32:14 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b33e20e
- Parents:
- 8ccc22c
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/ChangeLog
r8ccc22c r4d2ba82 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 * psxtests.am: Remove DEFS. 6 1 7 2000-10-24 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/tests/psxtests/Makefile.am
r8ccc22c r4d2ba82 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 SHARED_DIRS = -
c/src/tests/psxtests/psxtests.am
r8ccc22c r4d2ba82 1 AM_CPPFLAGS += @DEFS@ 1 ## $Id$ 2 2 3 3 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -
testsuites/psxtests/ChangeLog
r8ccc22c r4d2ba82 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 * psxtests.am: Remove DEFS. 6 1 7 2000-10-24 Joel Sherrill <joel@OARcorp.com> 2 8 -
testsuites/psxtests/Makefile.am
r8ccc22c r4d2ba82 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 SHARED_DIRS = -
testsuites/psxtests/psxtests.am
r8ccc22c r4d2ba82 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.