Merge pull request #2028 from RosettaCommons/roccomoretti/bin_symlinks
Change how we do symlinks in the bin directory
As decided at WinterRosettaCon, we're removing the two component names for (non-default) extra builds.
The following is an example of the bin/ directory symlinks which will be created for each different type of build (for Scons - CMake builds are unaffected at this time.):
extras=default mode=release # 2 symlinks
* bin/rosetta_scripts.default.linuxgccrelease
* bin/rosetta_scripts.linuxgccrelease
extras=default mode=debug # 2 symlinks
* bin/rosetta_scripts.default.linuxgccdebug
* bin/rosetta_scripts.linuxgccdebug
extras=cxx11thread mode=release # 1 symlink
* bin/rosetta_scripts.cxx11thread.linuxgccrelease
extras=cxx11thread mode=debug # 1 symlink
* bin/rosetta_scripts.cxx11thread.linuxgccrelease