Skip to content
  • Andy Wingo's avatar
    Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." · 34cbb053
    Andy Wingo authored
    This reverts commit 6832604e. Not only
    does this fail on a fresh build due to a lack of "guile", but even if it
    did have its Makefile fixed, it would take too long to run, because the
    rest of Guile isn't compiled.
    
    The right thing is to avoid invoking Guile until after at least psyntax
    and boot-9 have been compiled.
    
    This commit can be reinstated if we move doc snarfing to a phase that
    happens after module/ is compiled.
    34cbb053