Changeset 73dc152 in rtems for c/configure.ac
- Timestamp:
- 12/14/03 16:35:54 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dbb07c74
- Parents:
- 777db82f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/configure.ac
r777db82f r73dc152 66 66 67 67 # Explicitly list all Makefiles here 68 AC_CONFIG_FILES([Makefile]) 68 AC_CONFIG_FILES([Makefile],[ 69 for bsp in : $RTEMS_BSP_LIST; do test "x$bsp" = x: && continue 70 cat >> Makefile << BSPEOF 71 72 $bsp: src/configure 73 @set fnord \$(MAKEFLAGS); amf=\[$]\[$]2; \\ 74 echo "Configuring RTEMS_BSP=$bsp"; \\ 75 \$(mkdir_p) $bsp; \\ 76 ( cd $bsp && \\ 77 CONFIG_SHELL=\$(SHELL) RTEMS_BSP=$bsp \$(rtems_bsp_configure) ) \\ 78 || case "\$\$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 79 BSPEOF 80 done 81 ],[RTEMS_BSP_LIST="$RTEMS_BSP_LIST"]) 69 82 AC_OUTPUT 70 83
Note: See TracChangeset
for help on using the changeset viewer.