Age | Commit message (Collapse) | Author |
|
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.
|
|
Solaris /bin/sh doesn't set $PWD for you
Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com>
|
|
|
|
This avoids issues with overwriting files that are being used.
|
|
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
|