
Hi Joe,
2015-05-14 7:28 GMT+09:00 Joe Hershberger joe.hershberger@ni.com:
Moving configs is a fairly slow process since each board config must pass through a compiler to evaluate the configs. Also, many configs are related in a way that makes sense to atomically move.
Add support to tools/moveconfig.py to read multiple lines from the .moveconfig file and create a parser for each. After compiling the configs, simply run all the parsers on the autoconf.mk to find the state of each of those configs.
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
Sorry for leaving this scripts for such a long time. (I have been busy in the Linux side lately.) causing two people to develope a similar feature.
I thought the same thing. My idea was to stop giving config attributes from the command arguments. Instead, the name of the input file is given as the argument.