Hi all,<br><br>I&#39;m not much familiar with perl, but I think the previous implementation of <a href="http://build.pl">build.pl</a> had bugs.<br>For example, --skip option would always be rejected before &#39;next&#39; statement, because get_modules_passed() always returns nothing (evaluated as false). As a result --skip would be incorrectly pushed to @dmake_args.<br>
The same is true for other options, when rhs of assignment is something evaluated as false (including &quot;0&quot; and &#39;&#39;).<br><br>I also think it is not good behaviour to push options to @dmake_args when it fails to parse.<br>
However, I didn&#39;t fix it because that could possibly introduce incosistency with existing scripts.<br clear="all"><br>Cheers,<br><br>-- <br>Daisuke Nishino<br>