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; \ esac; \
done done
$(AR) rc $@ $(ARCH)/* ls $(ARCH)/* > $@-list
rm -f $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel $(AR) rc $@ @$@-list
rm -f $@-list $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel
$(RANLIB) $@ $(RANLIB) $@
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)