Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minstall: Don't copy over an identical file | Carl Worth | 2009-05-21 | 1 | -2/+5 |
| | | | | | | | The rationale here is to avoid updating a timestamp for a file that hasn't changed. Needless updates of the timestamp can ripple into other projects, (xserver, etc.), useless recompiling due to a 'make install' in mesa that didn't actually change anything. | ||||
* | Make minstall work with Solaris /bin/sh | Alan Coopersmith | 2008-06-21 | 1 | -1/+2 |
| | | | | | | Solaris /bin/sh doesn't set $PWD for you Signed-off-by: Brian Paul <[email protected]> | ||||
* | minstall: Pass correct destination file path to $RM regardless of source path. | Michel Dänzer | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | minstall: Always remove destination file before (re-)creating it. | Michel Dänzer | 2006-12-11 | 1 | -0/+1 |
| | | | | This avoids issues with overwriting files that are being used. | ||||
* | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | 2006-10-19 | 1 | -0/+88 |
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. |