- kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_share_file_n...
authorSiesh1oo <siesh1oo@siesh1oo.no>
Wed, 12 Mar 2014 17:33:37 +0000 (18:33 +0100)
committerSiesh1oo <siesh1oo@siesh1oo.no>
Thu, 13 Mar 2014 10:29:11 +0000 (11:29 +0100)
commit26895223a1b2528f8416d3d3ca19d540c38c3cfe
tree87188bf705378ab6e6ab19a5041897a4a8891f37
parentc621bfa746b1ca2d698b09d7b9e65da9d191a39b
 - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname().
        This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems.
 - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics.
 - Makefile: no need to add $(PWD) to $(PATH) anymore.
Makefile