Changeset fa178d4 in rtems
- Timestamp:
- 12/13/99 15:57:41 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ad0c286
- Parents:
- d16faa2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/project-root.m4
rd16faa2 rfa178d4 21 21 PACKHEX="\$(PROJECT_ROOT)/tools/build/packhex" 22 22 AC_SUBST(PACKHEX) 23 24 PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include" 25 AC_SUBST(PROJECT_INCLUDE) 26 27 PROJECT_RELEASE="\$(PROJECT_ROOT)/$RTEMS_BSP" 28 AC_SUBST(PROJECT_RELEASE) 23 29 ]) 24 30 -
c/src/lib/libbsp/configure.in
rd16faa2 rfa178d4 35 35 # find all the Makefiles for the BSPs 36 36 makefiles="$makefiles $RTEMS_CPU/Makefile" 37 38 if test "${RTEMS_BSP}" = "bare"; then39 makefiles="$makefiles bare/Makefile"40 fi41 37 42 38 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) … … 94 90 95 91 AC_CONFIG_SUBDIRS($bsptools_cfgdirs) 92 if test "$RTEMS_BSP" = "bare"; then 93 cfg_subdirs="bare" 94 fi 95 96 AC_CONFIG_SUBDIRS($cfg_subdirs) 96 97 97 98 # try to explicitly list a Makefile here
Note: See TracChangeset
for help on using the changeset viewer.