build: bail early if clean is invoked
authorJohan Bergström <bugs@bergstroem.nu>
Tue, 7 Jul 2015 22:06:13 +0000 (08:06 +1000)
committerJohan Bergström <bugs@bergstroem.nu>
Fri, 10 Jul 2015 04:32:45 +0000 (14:32 +1000)
commit47e2c5c8280e9a66f14a84a593b6c44ce7c5f5b6
tree8e49ada49bc30a1e36de88a297d7f3806f1b69d1
parent842eb5b853e00a1f48ff11600a6f2165435c570e
build: bail early if clean is invoked

On windows, there's no need to continue with the msbuild process
(signing, whatnot) when we only want to clean the project.

PR-URL: https://github.com/nodejs/io.js/pull/2127
Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
vcbuild.bat