2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
This commit is contained in:
Joel Sherrill
2001-09-24 18:22:09 +00:00
parent c9cbbe2290
commit 615a7d0bb4
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.

View File

@@ -22,9 +22,9 @@ SIZE_RTEMS = $(SHELL) $(PROJECT_TOPdir)/tools/cpu/generic/size_rtems
$(LIB): ${OBJS}
$(make-library)
# cd $(PROJECT_ROOT) ; \
$(SIZE_RTEMS) @RTEMS_BSP@ $(ARCH) \
>$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
# cd $(PROJECT_ROOT) ; \
# $(SIZE_RTEMS) @RTEMS_BSP@ $(ARCH) \
# >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a

View File

@@ -1,3 +1,7 @@
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.