[ros-dev] [ros-diffs] [dreimer] 45286: - Add piperead to the setup. - Update ChangeLog.txt - Sync clean.ps1 to Colin's changes.

Colin Finck mail at colinfinck.de
Wed Jan 27 23:07:51 CET 2010


dreimer at svn.reactos.org wrote:
> +    if ("$ENV:ROS_AUTOMAKE" -eq "") {
> +        $ENV:ROS_AUTOMAKE = "makefile-$ENV:ROS_ARCH.auto"
> +    }
> [...]

That's not properly ported.
My script only sets these variables locally due to "setlocal", yours
permanently changes the environment variables. This will result in obvious
problems when ROS_ARCH is changed.

Don't know whether PS provides an equally elegant way to overwrite these
variables locally like Batch does ;-)

Best regards,

Colin




More information about the Ros-dev mailing list