Changeset d049568 in rtems
- Timestamp:
- 01/06/02 20:11:49 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a0ea6f1
- Parents:
- d3ba9b35
- Location:
- c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/ChangeLog
rd3ba9b35 rd049568 1 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove make from SUBDIRS. 4 * configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics. 5 1 6 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/Makefile.am
rd3ba9b35 rd049568 13 13 ## The '.' in SUBDIRS ensures that local make-targets (xxx-am) will be 14 14 ## triggered before $(RTEMS_BSP_LIST) subdirectories are made. 15 SUBDIRS = make. $(RTEMS_BSP)15 SUBDIRS = . $(RTEMS_BSP) 16 16 17 17 ## Use @RTEMS_BSP_LIST@ here, using $(RTEMS_BSP_LIST) would trigger -
c/configure.ac
rd3ba9b35 rd049568 21 21 RTEMS_CANONICAL_HOST 22 22 23 if test -z "$rtems_bsp"; then 24 RTEMS_CHECK_BSPS(rtems_bsp) 25 fi 23 AS_IF([test -z "$rtems_bsp"], 24 [RTEMS_CHECK_BSPS(rtems_bsp)]) 26 25 27 26 for i in $rtems_bsp; do … … 92 91 AC_SUBST(RTEMS_BSP_LIST) 93 92 94 AC_CONFIG_SUBDIRS(make)95 96 93 # Explicitly list all Makefiles here 97 AC_CONFIG_FILES([Makefile 98 ]) 94 AC_CONFIG_FILES([Makefile]) 99 95 AC_OUTPUT 100 96
Note: See TracChangeset
for help on using the changeset viewer.