Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crosstool-ng: don't remove installation directory before installing | Peter Korsgaard | 2011-01-25 | 1 | -0/+37 |
crosstool-ng would normally delete its installation directory before installing the toolchain to ensure it wouldn't get confused by an earlier build. Now that we're installing directly into HOST_DIR/usr, this doesn't work very well - So get rid of the rm's. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |