As part of cage cleaning, I am attempting to determine whether the
issues raised in this long untouched RT are still pertinent.
Here are mentions of 'runtime/parrot/include' in the config/ hierarchy.
$ fns config | xargs grep -n 'runtime/parrot/include'
config/auto/signal.pm:70: my $signalpasm =
"runtime/parrot/include/signal.pasm";
config/gen/makefiles/root.in:202: runtime/parrot/include/config.fpmc \
config/gen/makefiles/root.in:220: runtime/parrot/include/signal.pasm \
config/gen/makefiles/root.in:329: runtime/parrot/include/parrotlib.pbc \
config/gen/makefiles/root.in:581: runtime/parrot/include/parrotlib.pbc \
config/gen/makefiles/root.in:582: runtime/parrot/include/config.fpmc \
config/gen/makefiles/root.in:783:runtime/parrot/include/parrotlib.pbc:
runtime/parrot/library/parrotlib.pir $(PARROT)
config/gen/makefiles/root.in:786:runtime/parrot/include/config.fpmc :
myconfig config_lib.pasm $(MINIPARROT)
config/gen/makefiles/root.in:787: @echo Invoking Parrot to
generate runtime/parrot/include/config.fpmc --cross your fingers
config/gen/makefiles/root.in:832:$(SRC_DIR)/parrot_config.c :
runtime/parrot/include/config.fpmc \
config/gen/parrot_include.pm:10:Generates the F<runtime/parrot/include>
files.
config/gen/parrot_include.pm:28: description => q{Generating
runtime/parrot/include},
config/gen/parrot_include.pm:142:my $destdir = 'runtime/parrot/include';
Can anyone advise? Thank you very much.
kid51