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; \
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user