Changeset c59952d4 in rtems
- Timestamp:
- 10/27/00 13:29:06 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dd943f6
- Parents:
- dc94a8dc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/tools/ChangeLog
rdc94a8dc rc59952d4 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 * configure.in: Replace AC_CONFIG_SUBDIRS with 6 RTEMS_CONFIG_BUILD_SUBDIRS. 7 1 8 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/tests/tools/Makefile.am
rdc94a8dc rc59952d4 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 = @subdirs@ -
c/src/tests/tools/configure.in
rdc94a8dc rc59952d4 15 15 AC_SUBST(program_prefix) 16 16 17 AC_CONFIG_SUBDIRS(generic)17 RTEMS_CONFIG_BUILD_SUBDIRS(generic) 18 18 if test -d $srcdir/$RTEMS_CPU; then 19 19 AC_CONFIG_SUBDIRS($RTEMS_CPU) … … 22 22 # Explicitly list all Makefiles here 23 23 AC_OUTPUT(Makefile) 24 25 RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS) -
testsuites/tools/ChangeLog
rdc94a8dc rc59952d4 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 * configure.in: Replace AC_CONFIG_SUBDIRS with 6 RTEMS_CONFIG_BUILD_SUBDIRS. 7 1 8 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 9 -
testsuites/tools/Makefile.am
rdc94a8dc rc59952d4 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 = @subdirs@
Note: See TracChangeset
for help on using the changeset viewer.