Tweak the Makefile code for making .a libs; fixes trac #3642
authorIan Lynagh <igloo@earth.li>
Tue, 23 Mar 2010 22:13:25 +0000 (22:13 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 23 Mar 2010 22:13:25 +0000 (22:13 +0000)
commit64c64a6e9b30e7c089cddfce23a8eb92d644d2eb
tree8937050792d77d581f368963e1793f01f9d50f5a
parent624e821201ed68425c906358f8d45a69f4e61093
Tweak the Makefile code for making .a libs; fixes trac #3642
The main change is that, rather than using "xargs ar" we now put
all the filenames into a file, and do "ar @file". This means that
ar adds all the files at once, which works around a problem where
files with the same basename in a later invocation were overwriting
the existing file in the .a archive.
rules/build-package-way.mk