2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: add lib/libbsp to the GNU canonicalized
	subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
	* Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
	* ChangeLog: Fix typos.
This commit is contained in:
Joel Sherrill
2000-10-27 14:04:18 +00:00
parent e83378d73e
commit d16ca93e7a
3 changed files with 16 additions and 15 deletions

View File

@@ -1,10 +1,17 @@
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add tests to the GNU canonicalized subdirectories,
* configure.in: add lib/libbsp to the GNU canonicalized
subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
* Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
* ChangeLog: Fix typos.
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add tests to the GNU canonicalized subdirectories.
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add lib/libcpu to the GNU canonicalized subdirectories,
* configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

View File

@@ -5,7 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
SUBDIRS = @cfg_subdirs1@ @hst_subdirs1@ @cfg_subdirs@ @hst_subdirs@ wrapup tests
SUBDIRS = make @hst_subdirs@ wrapup tests
rtems_bspdir = $(prefix)/@RTEMS_BSP@

View File

@@ -25,15 +25,16 @@ RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
## Note: the order of the directories below is essential
cfg_subdirs1="make"
AC_CONFIG_SUBDIRS(make)
## Exclude exec from building if multilibs are enabled
if test x"$multilib" = x"no"; then
hst_subdirs1="$hst_subdirs1 exec"
hst_subdirs="$hst_subdirs exec"
fi
hst_subdirs1="$hst_subdirs1 lib lib/libcpu"
cfg_subdirs="$cfg_subdirs lib/libbsp"
hst_subdirs="libfs"
hst_subdirs="$hst_subdirs lib"
hst_subdirs="$hst_subdirs lib/libcpu"
hst_subdirs="$hst_subdirs lib/libbsp"
hst_subdirs="$hst_subdirs libfs"
hst_subdirs="$hst_subdirs libmisc"
if test "$RTEMS_CPU" != "unix"; then
@@ -58,16 +59,9 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
hst_subdirs="$hst_subdirs librtems++";
fi
RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs1)
AC_SUBST(hst_subdirs1)
RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs)
AC_SUBST(hst_subdirs)
AC_CONFIG_SUBDIRS($cfg_subdirs1)
AC_SUBST(cfg_subdirs1)
AC_CONFIG_SUBDIRS($cfg_subdirs)
AC_SUBST(cfg_subdirs)
RTEMS_CONFIG_HOST_SUBDIRS(tests)
RTEMS_PROJECT_ROOT