26 | | {{{ |
27 | | 20:41 <@Coke> there's a tools/dev/h2pasm.pl that does about 90% of what it |
28 | | needs to. |
29 | | 20:41 <@Coke> er, s/dev/build/ |
30 | | 20:41 <@Coke> each input file has multiple potential output files. |
31 | | 20:42 <@cotto> so you're filling in the other 90%. Got it. |
32 | | 20:42 <@Coke> needs to be updated to take the output filename as an arg, and |
33 | | then again so it only outputs the directives for /that/ output |
34 | | file. |
35 | | 20:42 <@Coke> (and then tools/dev/h2perl.pl needs to be written.) |
36 | | 20:43 <@Coke> (which is basically a copy. refactor ahoy.) |
37 | | 20:43 <@cotto> nom |
38 | | 20:44 <@Coke> And I think I missed a few output files when I removed the |
39 | | existing deps. should double check the input files for all the |
40 | | potential out files and make sure they are all in the makefile. |
41 | | 20:45 <@Coke> writing this up... |
42 | | }}} |
43 | | |