- removed comment
When I use --reconfig for building, SimFactory also assumes that --clean is used, although I did not.
I build with the command
./simfactory/sim build --debug --reconfig
and after reconfiguring, SimFactory outputs
build_clean: True removeConfig: False Cleaning sim-debug
and then cleans the configuration. This should not be the case.
Keyword:
I found that the reason for this is that SimFactory remembers the options --reconfig and --clean in the configurations' properties.ini file. It should not do that; these are one-off options only.