summaryrefslogtreecommitdiffstats
path: root/ldap
diff options
context:
space:
mode:
authorsvrbld <svrbld>2005-04-20 18:38:27 +0000
committersvrbld <svrbld>2005-04-20 18:38:27 +0000
commit405afe15fe66d5b05e9ccfd862cbdd06c8145d26 (patch)
tree89588e80e209832f7020b0d2fa84005bf4534eb7 /ldap
parent6564d68479b24612c78909d5e59ba053aecab601 (diff)
downloadds-405afe15fe66d5b05e9ccfd862cbdd06c8145d26.tar.gz
ds-405afe15fe66d5b05e9ccfd862cbdd06c8145d26.tar.xz
ds-405afe15fe66d5b05e9ccfd862cbdd06c8145d26.zip
Use Linux rpm build for longduration test.
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