summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-01-21 19:23:36 +0000
committerNathan Kinder <nkinder@redhat.com>2005-01-21 19:23:36 +0000
commit864f958a5b81a84ffd2ea0abcfe9039ebda6466b (patch)
tree77654fac557b78ed73e4e7a46042bd4585165712
parent20dbdc88935f060bdc88666731e6eab66db16fba (diff)
downloadds-864f958a5b81a84ffd2ea0abcfe9039ebda6466b.tar.gz
ds-864f958a5b81a84ffd2ea0abcfe9039ebda6466b.tar.xz
ds-864f958a5b81a84ffd2ea0abcfe9039ebda6466b.zip
Rebranding targets should checkout reltools automatically - nkinder@redhat.com
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 00cc73a6..14049565 100644
--- a/Makefile
+++ b/Makefile
@@ -151,12 +151,12 @@ endif
@echo ==== Finished Server LIBS for: $(BUILD_MODULE) ==========
@echo
-brandDirectory:
+brandDirectory: $(RELTOOLSPATH)/brandver.pl
@echo ==== Branding LDAP Server ==========
$(RELTOOLSPATH)/brandver.pl -i $(RELTOOLSPATH)/ldap/brandver.dat
@echo ==== Finished Branding LDAP Server ==========
-normalizeDirectory:
+normalizeDirectory: $(RELTOOLSPATH)/brandver.pl
@echo ==== Normalizing LDAP Server ==========
$(RELTOOLSPATH)/brandver.pl -i $(RELTOOLSPATH)/ldap/normalize.dat
@echo ==== Normalizing Branding LDAP Server ==========
@@ -221,6 +221,9 @@ endif
$(OBJDIR):
if test ! -d $(OBJDIR); then mkdir -p $(OBJDIR); fi;
+$(RELTOOLSPATH)/brandver.pl:
+ cd $(ABS_ROOT) ; cvs co RelToolsLite
+
$(SDKVER_H):
if test ! -d $(DIRVERDIR); then mkdir $(DIRVERDIR); fi;
$(PERL) dirver.pl -v "$(DIRSDK_VERSION)" -o $@