summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 15:06:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 15:06:49 +0000
commitbfa613bdf827685a000fbd2e81936fc809236d29 (patch)
tree714c225ab23c837172440b9981af3027a8d6c826 /c/src/exec/wrapup
parentMoved -qnolinkcmds option so arguments passed on the command line are (diff)
downloadrtems-bfa613bdf827685a000fbd2e81936fc809236d29.tar.bz2
Added lines to build sizeinfo.txt which is automatically generated now
by size_rtems.
Diffstat (limited to 'c/src/exec/wrapup')
-rw-r--r--c/src/exec/wrapup/rtems/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/exec/wrapup/rtems/Makefile.in b/c/src/exec/wrapup/rtems/Makefile.in
index 2acad3549c..dbb072dc7e 100644
--- a/c/src/exec/wrapup/rtems/Makefile.in
+++ b/c/src/exec/wrapup/rtems/Makefile.in
@@ -45,6 +45,9 @@ CLOBBER_ADDITIONS +=
$(LIB): ${OBJS}
$(make-library)
+ cd $(PROJECT_ROOT) ; \
+ $(PROJECT_RELEASE)/bin/size_rtems $(RTEMS_CPU) $(RTEMS_BSP) \
+ >$(PROJECT_RELEASE)/lib/sizeinfo.txt
all: ${ARCH} $(SRCS) $(LIB)
$(INSTALL_VARIANT) -m 644 $(LIB) ${PROJECT_RELEASE}/lib