Changeset e590416a in rtems
- Timestamp:
- 10/25/00 17:12:07 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5582de1
- Parents:
- f36718c
- Location:
- c/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rf36718c re590416a 1 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in, Makefile.am: add exec to the GNU canonicalized 4 subdirectories. 5 1 6 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/Makefile.am
rf36718c re590416a 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 SUBDIRS = @cfg_subdirs @ @hst_subdirs@ wrapup tests8 SUBDIRS = @cfg_subdirs1@ @hst_subdirs1@ @cfg_subdirs@ @hst_subdirs@ wrapup tests 9 9 10 10 rtems_bspdir = $(prefix)/@RTEMS_BSP@ -
c/src/configure.in
rf36718c re590416a 26 26 27 27 ## Note: the order of the directories below is essential 28 cfg_subdirs ="make"28 cfg_subdirs1="make" 29 29 30 30 ## Exclude exec from building if multilibs are enabled 31 31 if test x"$multilib" = x"no"; then 32 cfg_subdirs="$cfg_subdirsexec"32 hst_subdirs1="$hst_subdirs1 exec" 33 33 fi 34 34 cfg_subdirs="$cfg_subdirs lib" … … 59 59 fi 60 60 61 RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs1) 62 AC_SUBST(hst_subdirs1) 61 63 RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs) 62 64 AC_SUBST(hst_subdirs) 63 65 66 AC_CONFIG_SUBDIRS($cfg_subdirs1) 67 AC_SUBST(cfg_subdirs1) 64 68 AC_CONFIG_SUBDIRS($cfg_subdirs) 65 69 AC_SUBST(cfg_subdirs)
Note: See TracChangeset
for help on using the changeset viewer.