Changeset 615a7d0 in rtems
- Timestamp:
- 09/24/01 18:22:09 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bd850c6
- Parents:
- c9cbbe22
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/ChangeLog
rc9cbbe22 r615a7d0 1 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy. 4 1 5 2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/exec/wrapup/rtems/Makefile.am
rc9cbbe22 r615a7d0 23 23 $(LIB): ${OBJS} 24 24 $(make-library) 25 #cd $(PROJECT_ROOT) ; \26 $(SIZE_RTEMS) @RTEMS_BSP@ $(ARCH) \27 >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt25 # cd $(PROJECT_ROOT) ; \ 26 # $(SIZE_RTEMS) @RTEMS_BSP@ $(ARCH) \ 27 # >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt 28 28 29 29 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a -
cpukit/ChangeLog
rc9cbbe22 r615a7d0 1 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy. 4 1 5 2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6
Note: See TracChangeset
for help on using the changeset viewer.