# New Ticket Created by Jerry Gay # Please include the string: [perl #40817] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40817 >
arguably the best way to track which files are generated during parrot's configure/build process is to append each file to a list when it is created. so, we need some makefile hackery in order to do this during build-time, and some config hackery to do it during configure-time. this would replace the MANIFEST.generated file which is created ex post facto with a file that is created at build-time. ~jerry