Carl Worth
d2f4c2b632
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.
16 년 전
Alan Coopersmith
1043a7c71a
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>
17 년 전
Michel Dänzer
c9795c6ca2
minstall: Pass correct destination file path to $RM regardless of source path.
(cherry picked from 26626c0052
commit)
18 년 전
Michel Dänzer
bce82efe1f
minstall: Always remove destination file before (re-)creating it.
This avoids issues with overwriting files that are being used.
(cherry picked from d71a5647a3
commit)
18 년 전
Michel Dänzer
26626c0052
minstall: Pass correct destination file path to $RM regardless of source path.
18 년 전
Michel Dänzer
d71a5647a3
minstall: Always remove destination file before (re-)creating it.
This avoids issues with overwriting files that are being used.
18 년 전
Brian Paul
464fcd0dd8
New bin/minstall script - a minimal replacement for 'install'.
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
19 년 전