bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Configuration info when uninstalling release/installing debug is backward #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I originally built i686/newlib/release, then installed i686/newlib/debug. The 
output is the following:

Build Complete [took 1s]
Uninstalling existing 'nacl-spawn' [i686/newlib/debug]
...
Installing 'nacl-spawn' [i686/newlib/release]
...

But this is backward, I uninstalled release and am installing debug.

Original issue reported on code.google.com by binji@chromium.org on 21 Feb 2015 at 12:06

GoogleCodeExporter commented 9 years ago
Fixed in https://codereview.chromium.org/1008893003

Original comment by sbc@google.com on 13 Mar 2015 at 6:51