ENH: add install/strip target for makefile generators if strip was found

Alex
This commit is contained in:
Alexander Neundorf
2007-05-18 13:43:39 -04:00
parent a18d286635
commit df8f550029
4 changed files with 26 additions and 3 deletions

View File

@@ -1456,7 +1456,9 @@ void cmLocalUnixMakefileGenerator3
// Provide a "/fast" version of the target.
depends.clear();
if((targetName == "install") || (targetName == "install_local"))
if((targetName == "install")
|| (targetName == "install_local")
|| (targetName == "install_strip"))
{
// Provide a fast install target that does not depend on all
// but has the same command.