[CMake] Building static libraries fails to remove properly

Kevin Ballard ballard at yahoo-inc.com
Wed Mar 8 18:05:30 EST 2006


On Mar 8, 2006, at 1:04 PM, William A. Hoffman wrote:

>> The cmake I'm using is a source drop in our local perforce repository
>> and it's used by a bunch of projects. It's not very safe for me to
>> simply upgrade that cmake, especially to something that's not even a
>> stable release. Can you point me to a specific changeset or patch
>> that would fix this in my current version?
>
> Sorry, I don't think I can do that.  They are in several places, and
> the code has been moved around a bit making diffs hard.
> We are trying to get a new release out soon....

Alright, since I can't afford to change cmake versions at this point  
in time, my temporary solution is to do a `make -n | grep libYMSG_s.a  
 > /dev/null` and if it returns a zero error code I know libYMSG_s.a  
is going to be rebuilt and I manually delete it myself before running  
`make`.

-- 
Kevin Ballard
Yahoo! Mac Engineer
ballard at yahoo-inc.com
Work: (408) 349-6693
Cell: (408) 660-5028
Yahoo! ID: k_r_ballard




More information about the CMake mailing list