History log of /external/mesa3d/bin/minstall
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c55a8a73a483305c7c9a7bcc7191dd7c833f873d 24-Jul-2010 Jon TURNEY <jon.turney@dronecode.org.uk> Cygwin: Teach mklib/minstall to properly install libraries on cygwin

Teach mklib/minstall more about cygwin so libraries are properly installed

Have mklib install the .dll into the lib/ staging directory as well

Have minstall install the .dll into PREFIX/bin at the same time as
installing the .dll.a link library into PREFIX/lib

mklib uses a '-' rather than a '.' as the separator before the version
number in library names on cygwin. Change the install globs so they match
library names like that.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/bin/minstall
d2f4c2b6327832ce59dde5d7741a656b5ff5c46d 21-May-2009 Carl Worth <cworth@cworth.org> minstall: Don't copy over an identical file

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.
/external/mesa3d/bin/minstall
1043a7c71ab6b655fa3345dd34df0a5e84f3e031 07-Jun-2008 Alan Coopersmith <alan.coopersmith@sun.com> Make minstall work with Solaris /bin/sh

Solaris /bin/sh doesn't set $PWD for you

Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com>
/external/mesa3d/bin/minstall
26626c0052cd5442f609659aa9ed25ac78e65b55 11-Dec-2006 Michel Dänzer <michel@tungstengraphics.com> minstall: Pass correct destination file path to $RM regardless of source path.
/external/mesa3d/bin/minstall
d71a5647a3ed4aadd46edfa8a031ffc87d88c5f7 11-Dec-2006 Michel Dänzer <michel@tungstengraphics.com> minstall: Always remove destination file before (re-)creating it.

This avoids issues with overwriting files that are being used.
/external/mesa3d/bin/minstall
464fcd0dd84cf4c705b992a087cdcb8b403eb8ef 19-Oct-2006 Brian Paul <brian.paul@tungstengraphics.com> New bin/minstall script - a minimal replacement for 'install'.
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
/external/mesa3d/bin/minstall