Confirmed users
381
edits
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
===Running Outparamdel=== | |||
* Produce a list of files to run | |||
find ~/work/ff-build/ -name \*.ii | |||
* Optional: produce a list of outparams to rewrite. Can use dehydra to detect them | |||
../../pork-barrel/pork-barrel --save-output .outparamdel 4 /tmp/list.txt ./dehydra -dehydra-javascript dehydra_scripts/outparams.js 2> /tmp/outparams.err | |||
find ~/work/ff-build/ -name \*.outparamdel|xargs cat|sort|uniq |grep OUTPARAMS:|sed 's/OUTPARAMS://' > /tmp/outparams | |||
* Run outparamdel | |||
../../pork-barrel/pork-barrel 4 /tmp/list.txt ./outparamdel -od-list /tmp/outparams > outparams.diff 2> /tmp/outparams.err | |||
==TODO== | ==TODO== | ||
===Manual Mozilla changes=== | ===Manual Mozilla changes=== |