Satish Balay <[email protected]> writes: > Also pushed the following to 'jed/gnumake' > >>>>>>> > commit 98a400349847cf14d7f7ce4945a32c59fde5e766 > Author: Satish Balay <[email protected]> > Date: Tue May 28 12:59:16 2013 -0500 > > gmake: add --with-shared-libraries=0 mode
I force-pushed my own version of this (that works with-single-library=0). The only difference in the overlap was use of FAST_AR_FLAGS vs AR_FLAGS. Is that safe/correct in general when creating the entire archive in one shot, as opposed to incrementally? I also delete the old archive if it existed, before running AR again. > > Yet to check: > > - LOCDIR/SDIR stuff Removing this would let us delete a bunch of code. Was my suggestion for using the full source names sufficient? > - configure check for '-MMD -MP' stuff..
