2007-07-27i Chris Johns <chrisj@rtems.org>

* wrapup/Makefile.am: Create archive from a file for hosts with
	a limited command line size.
This commit is contained in:
Chris Johns
2007-07-27 03:51:31 +00:00
parent 6232750181
commit 8d8e6e7d9d

View File

@@ -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)