summaryrefslogtreecommitdiffstats
path: root/ldap
diff options
context:
space:
mode:
Diffstat (limited to 'ldap')
-rw-r--r--ldap/cm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile
index ece32d7d..99f6dc05 100644
--- a/ldap/cm/Makefile
+++ b/ldap/cm/Makefile
@@ -840,7 +840,13 @@ ifeq ($(USE_64), 1) # only run long duration on 64-bit HPUX builds
$(longdir)/longduration $(BUILD_SHIP)/$(FTPNAMEGZ) &
endif # USE_64
else
+ifeq ($(ARCH), Linux)
+ifdef BUILD_RPM
+ $(longdir)/longduration $(shell echo $(BUILD_SHIP)/$(RPM_FILE_BASE)*$(NSOS_ARCH)$(NSOS_RELEASE).$(RPM_ARCH).$(RPM_FLAVOR).rpm) &
+endif # BUILD_RPM
+else
$(longdir)/longduration $(BUILD_SHIP)/$(FTPNAMEGZ) &
+endif # Linux
endif # HPUX
endif # optimize
endif # domestic