2005-10-06 Joel Sherrill <joel@OARcorp.com>

* ChangeLog, Makefile.am: Fix hard-coded reference to leon BSP and use
	generated path. Remove ChangeLog entries copied from erc32.
This commit is contained in:
Joel Sherrill
2005-10-06 16:51:37 +00:00
parent ae557d1abb
commit cdd0fc8a89
2 changed files with 6 additions and 54 deletions

View File

@@ -1,52 +1,5 @@
2003-08-14 Joel Sherrill <joel@OARcorp.com>
2005-10-06 Joel Sherrill <joel@OARcorp.com>
* runtest.in: Add fileio to list of interactive tests.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
Add autom4te*cache.
Remove autom4te.cache.
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add transform and bsptools_bindir hacks.
* configure.ac: Add RTEMS_ENV_RTEMSBSP.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
* configure.in: Remove.
* configure.ac: New file, generated from configure.in by autoupdate.
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-09-14 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
* ChangeLog, Makefile.am: Fix hard-coded reference to leon BSP and use
generated path. Remove ChangeLog entries copied from erc32.

View File

@@ -8,13 +8,12 @@ transform =
bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/tests
bsptools_bin_SCRIPTS = runtest
TMPINSTALL_FILES = $(PROJECT_ROOT)/leon/tests \
$(PROJECT_ROOT)/leon/tests/runtest
TMPINSTALL_FILES = $(bsptools_bindir) $(bsptools_bindir)/runtest
$(PROJECT_ROOT)/leon/tests:
$(bsptools_bindir):
$(mkinstalldirs) $@
$(PROJECT_ROOT)/leon/tests/runtest: runtest
$(bsptools_bindir)/runtest: runtest
$(INSTALL_SCRIPT) $< $@
all-local: $(TMPINSTALL_FILES)