IABSD.fr/ports/infrastructure

Branch :


Log

Author Commit Date CI Message
b26ff5b0 2010-06-28 19:17:27 put this in else block
8e755d35 2010-06-28 11:24:01 output stuff closer to what's needed for Makefiles...
31dadc00 2010-06-27 14:29:54 store full path to another .la file that we find during processing of a -l argument as well. fixes build of productivity/qhacc
6bcd8a2e 2010-06-26 10:24:34 clean-up by using new State methods. also cut up the objdump handling into shorter segments
9fdcfd5f 2010-06-25 21:39:35 basic dependency drop if library isn't found (only when linking a library) makes security/pcsc-lite build
530859e7 2010-06-25 20:59:33 Library->find wants to know where it is called from (LaFile or Program)
f99ed6df 2010-06-25 20:29:11 put string into a variable here
5351dc84 2010-06-25 20:03:54 always search for the library file when walking the final lib list; also delete the fullpath if no library file is found. maybe slightly less efficient but should be safer
da98ef0e 2010-06-25 12:02:18 work-around: if we don't get a shortname, tell the user something is a bit too wrong, and return instead of building bogus things. (I don't see how this ends up in haystack, though). as noticed by sthen@ on tomcat/v6
957d837c 2010-06-25 10:37:03 get bin files to participate, as noticed by sthen