This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

master - build: reinstate targets in rgmanager metadata check


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=10ef39cf77ddc33dc724d7ab631ff4fd079a6072
Commit:        10ef39cf77ddc33dc724d7ab631ff4fd079a6072
Parent:        67d608469a985a8ce708c0a564ee232f98325092
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed Oct 22 10:29:02 2008 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Wed Oct 22 10:29:02 2008 +0200

build: reinstate targets in rgmanager metadata check

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 rgmanager/src/resources/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/resources/Makefile b/rgmanager/src/resources/Makefile
index 6caba66..b5f6bae 100644
--- a/rgmanager/src/resources/Makefile
+++ b/rgmanager/src/resources/Makefile
@@ -67,7 +67,7 @@ uninstall:
 
 clean: generalclean
 
-check: $(RESOURCES) ra-api-1-modified.dtd
+check: $(RESOURCES) $(TARGET2) $(TARGET3) ra-api-1-modified.dtd
 	@echo Validating resource agent meta-data
 	@for f in $(RESOURCES); do \
 		echo "   ./$$f "; \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]