From 8d8e6e7d9d8c1c7f33796eb88ce5a24708b028bf Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 27 Jul 2007 03:51:31 +0000 Subject: 2007-07-27i Chris Johns * wrapup/Makefile.am: Create archive from a file for hosts with a limited command line size. --- cpukit/wrapup/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 0057570308..c68ce2ce4c 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -100,8 +100,9 @@ librtemscpu.a: $(TMP_LIBS) ;; \ esac; \ done - $(AR) rc $@ $(ARCH)/* - rm -f $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel + ls $(ARCH)/* > $@-list + $(AR) rc $@ @$@-list + rm -f $@-list $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel $(RANLIB) $@ all-local: $(TMPINSTALL_FILES) -- cgit v1.2.3