mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
$INSTALL/<platform>/<filename>, they go to $INSTALL/<filename>-<platform>. These filenames match those built in the build tree, and so simplifies the build system signficantly and avoids the horrible sed renamings that were previously required. This will also help greatly with the treatment of .dSYM debug directories in the DARWIN branch. Files affected include: - preload libraries such as vgpreload_core-<platform>.so and libmpiwrap-<platform>.so - libraries such as libcoregrind_<platform>.a - executables such as memcheck-<platform> I updated the manual and added a note to the NEWS file about the change, because it will affect a small number of users. I did my best to update the AIX launcher/initimg correctly, but it hasn't been tested. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9135