forked from Imagelibrary/rtems
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user