summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-13 01:31:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-13 01:31:53 +0000
commit19c69fa10182a5182f3a065d840bf719a83db061 (patch)
treeeb7330b0aca6b2ea4a611455539d08a09c366ffd /configure.ac
parent*** empty log message *** (diff)
downloadrtems-19c69fa10182a5182f3a065d840bf719a83db061.tar.bz2
2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tools/Makefile.am: Remove. * configure.ac: Remove tools/Makefile.am * acinclude.m4: Fix build_subdir handling. * Makefile.am: Remove tools from SUBDIRS. Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 79f3ebda81..ca97f52452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,14 +49,8 @@ AC_MSG_WARN([]
fi
## NOTES:
-## The tools/*-directories situation is unclear
## * tools/build are host-native tools to be installed on the host.
## * tools/cpu are host-native or host-cross-target-tools
-## * tools/update are build-host-native tools
-
-# these tools are built for the build environment
-#
-RTEMS_BUILD_CONFIG_SUBDIRS([tools/update])
RTEMS_HOST_CONFIG_SUBDIRS([tools/build])
RTEMS_HOST_CONFIG_SUBDIRS([tools/cpu])
@@ -70,7 +64,6 @@ AS_IF([test x"$enable_multilib" = x"yes"],[
RTEMS_TARGET_CONFIG_SUBDIRS([c])
AC_CONFIG_FILES([Makefile
-tools/Makefile
make/Makefile
make/custom/Makefile
])