Revert "[build] Rewrite guile-func-name-check in Scheme, adding features."
authorAndy Wingo <wingo@pobox.com>
Fri, 27 Aug 2010 20:05:23 +0000 (13:05 -0700)
committerAndy Wingo <wingo@pobox.com>
Fri, 27 Aug 2010 20:05:23 +0000 (13:05 -0700)
commit34cbb05331559c410af4d53e16c723a850ef0003
tree087d42f25ae43b3d2331d5cdc9ae16c0cb42bab1
parent176ee5c82a9e6c775722cfe96711f2a02cdb7672
Revert "[build] Rewrite guile-func-name-check in Scheme, adding features."

This reverts commit 6832604efa0f175a70be700624c365547fb27878. 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.
libguile/guile-func-name-check
libguile/guile-snarf-docs.in
libguile/pairs.c