Changeset d16ca93 in rtems
- Timestamp:
- 10/27/00 14:04:18 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8a19e80
- Parents:
- e83378d
- Location:
- c/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
re83378d rd16ca93 1 1 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 2 3 * configure.in: add tests to the GNU canonicalized subdirectories, 3 * configure.in: add lib/libbsp to the GNU canonicalized 4 subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1. 5 * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1. 6 * ChangeLog: Fix typos. 7 8 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 9 10 * configure.in: add tests to the GNU canonicalized subdirectories. 4 11 5 12 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 6 13 7 * configure.in: add lib/libcpu to the GNU canonicalized subdirectories ,14 * configure.in: add lib/libcpu to the GNU canonicalized subdirectories. 8 15 9 16 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
c/src/Makefile.am
re83378d rd16ca93 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 SUBDIRS = @cfg_subdirs1@ @hst_subdirs1@ @cfg_subdirs@@hst_subdirs@ wrapup tests8 SUBDIRS = make @hst_subdirs@ wrapup tests 9 9 10 10 rtems_bspdir = $(prefix)/@RTEMS_BSP@ -
c/src/configure.in
re83378d rd16ca93 26 26 27 27 ## Note: the order of the directories below is essential 28 cfg_subdirs1="make" 28 AC_CONFIG_SUBDIRS(make) 29 29 30 30 ## Exclude exec from building if multilibs are enabled 31 31 if test x"$multilib" = x"no"; then 32 hst_subdirs 1="$hst_subdirs1exec"32 hst_subdirs="$hst_subdirs exec" 33 33 fi 34 hst_subdirs1="$hst_subdirs1 lib lib/libcpu" 35 cfg_subdirs="$cfg_subdirs lib/libbsp" 36 hst_subdirs="libfs" 34 hst_subdirs="$hst_subdirs lib" 35 hst_subdirs="$hst_subdirs lib/libcpu" 36 hst_subdirs="$hst_subdirs lib/libbsp" 37 hst_subdirs="$hst_subdirs libfs" 37 38 hst_subdirs="$hst_subdirs libmisc" 38 39 … … 59 60 fi 60 61 61 RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs1)62 AC_SUBST(hst_subdirs1)63 62 RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs) 64 63 AC_SUBST(hst_subdirs) 65 66 AC_CONFIG_SUBDIRS($cfg_subdirs1)67 AC_SUBST(cfg_subdirs1)68 AC_CONFIG_SUBDIRS($cfg_subdirs)69 AC_SUBST(cfg_subdirs)70 64 71 65 RTEMS_CONFIG_HOST_SUBDIRS(tests)
Note: See TracChangeset
for help on using the changeset viewer.