summaryrefslogtreecommitdiffstats
path: root/components.mk
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-02-04 00:23:24 +0000
committerNathan Kinder <nkinder@redhat.com>2005-02-04 00:23:24 +0000
commite2bbc6a84abed70debdf203c3b5f76b58428a305 (patch)
tree2fd43a3ea7e588e6cdc2b79ce334348c281668df /components.mk
parent02c45c9fdc99b6c0d7084e04a54ae2eaf062b599 (diff)
downloadds-e2bbc6a84abed70debdf203c3b5f76b58428a305.tar.gz
ds-e2bbc6a84abed70debdf203c3b5f76b58428a305.tar.xz
ds-e2bbc6a84abed70debdf203c3b5f76b58428a305.zip
147053 - remove dsrk dependency
Diffstat (limited to 'components.mk')
-rw-r--r--components.mk30
1 files changed, 0 insertions, 30 deletions
diff --git a/components.mk b/components.mk
index 8fab4bad..7f222b4e 100644
--- a/components.mk
+++ b/components.mk
@@ -533,36 +533,6 @@ endif
then echo "Error: could not get component LDAPSDK file $@" ; \
fi
-####################################################
-# DSRK
-####################################################
-ifndef DSRK_VERSION
- DSRK_VERSION = $(DSRK_RELDATE)$(SEC_SUFFIX)
-endif
-ifndef DSRK_SBC
-# DSRK_SBC = $(COMPONENTS_DIR_DEV)
-DSRK_SBC = $(COMPONENTS_DIR)
-endif
-
-DSRK_RELEASE = $(DSRK_SBC)/dsrk/$(DSRKCOMP_DIR)/$(DSRK_VERSION)/$(NSOBJDIR_NAME)
-DSRK_FILES = bin,perl
-DSRK_BUILD_DIR = $(NSCP_DISTDIR)/dsrk
-DSRK_DEP = $(DSRK_BUILD_DIR)/bin/n$(DSRKCOMP_DIR)
-
-ifndef DSRK_PULL_METHOD
-DSRK_PULL_METHOD = $(COMPONENT_PULL_METHOD)
-endif
-
-$(DSRK_DEP): $(NSCP_DISTDIR_FULL_RTL)
-ifdef COMPONENT_DEPS
- $(FTP_PULL) -method $(DSRK_PULL_METHOD) \
- -objdir $(DSRK_BUILD_DIR) -componentdir $(DSRK_RELEASE) \
- -files $(DSRK_FILES)
-endif
- -@if [ ! -d $@ ] ; \
- then echo "Error: could not get component DSRK file $@" ; \
- fi
-
# apache-axis java classes #######################################
AXIS = axis-bin-$(AXIS_VERSION).zip
AXIS_FILES = $(AXIS)