thoni56 / c-xrefactory

A refactoring tool for C/Yacc and Emacs. The first tool to cross Refactory Rubicon. Initial work, and released under GPL in 2009, by Marián Vittek.
https://thoni56.github.io/c-xrefactory/
GNU General Public License v2.0
23 stars 4 forks source link

Restore bootstrapping #23

Closed thoni56 closed 6 years ago

thoni56 commented 7 years ago

To simplify initial porting and builds on various platforms, the bootstrapping, that included requiring a pre-build c-xref, was short-circuited.

Some intricate make-ing is required but it should be possible to build a bootstrap c-xref from default sources and then rebuild for the current platform.

See src/Makefile.common, target bootstrap.

thoni56 commented 6 years ago

Fixed with long string of commits ending in ddbeb44.