summaryrefslogtreecommitdiff
path: root/bin/minstall
AgeCommit message (Collapse)Author
2009-05-21minstall: Don't copy over an identical fileCarl Worth
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.
2008-06-21Make minstall work with Solaris /bin/shAlan Coopersmith
Solaris /bin/sh doesn't set $PWD for you Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com>
2006-12-11minstall: Pass correct destination file path to $RM regardless of source path.Michel Dänzer
2006-12-11minstall: Always remove destination file before (re-)creating it.Michel Dänzer
This avoids issues with overwriting files that are being used.
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.