public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* master - build: drop "all" dependency from install: targets
@ 2008-08-04  7:36 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2008-08-04  7:36 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=324bde4df67558329fa9acaa9062edd090f05bab
Commit:        324bde4df67558329fa9acaa9062edd090f05bab
Parent:        565ee3fec31ecfb16b1984a2582f8cc962df4d78
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Aug 1 07:22:06 2008 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Aug 4 06:00:00 2008 +0200

build: drop "all" dependency from install: targets

this change should address the last problem reported by
Joel.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 Makefile                         |    2 +-
 cman/tests/Makefile              |    2 +-
 gfs2/mount/Makefile              |    2 +-
 make/install.mk                  |    2 +-
 make/perl-binding-common.mk      |    2 +-
 rgmanager/src/resources/Makefile |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 27f5c5a..260235a 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ oldconfig:
 		echo "No old configure data found"; \
 	fi
 
-install: all
+install:
 	set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
 
 uninstall:
diff --git a/cman/tests/Makefile b/cman/tests/Makefile
index b3ca253..8ad441d 100644
--- a/cman/tests/Makefile
+++ b/cman/tests/Makefile
@@ -18,6 +18,6 @@ depends:
 %: %.o
 	$(CC) -o $@ $^ $(LDFLAGS)
 
-install: all
+install:
 
 clean: generalclean
diff --git a/gfs2/mount/Makefile b/gfs2/mount/Makefile
index e02bf7b..1692855 100644
--- a/gfs2/mount/Makefile
+++ b/gfs2/mount/Makefile
@@ -25,7 +25,7 @@ LDDEPS += ../../group/libgfscontrol/libgfscontrol.a
 ${TARGET1}: ${OBJS1} ${LDDEPS}
 	$(CC) -o $@ $^ $(LDFLAGS)
 
-install: all
+install:
 	mkdir -p ${DESTDIR}/sbin
 	install ${TARGET1} ${DESTDIR}/sbin
 
diff --git a/make/install.mk b/make/install.mk
index 6c95d56..60eb764 100644
--- a/make/install.mk
+++ b/make/install.mk
@@ -1,4 +1,4 @@
-install: all
+install:
 ifdef LIBDIRT
 	install -d ${libdir}
 	install -m644 ${LIBDIRT} ${libdir}
diff --git a/make/perl-binding-common.mk b/make/perl-binding-common.mk
index f7e6007..d51520c 100644
--- a/make/perl-binding-common.mk
+++ b/make/perl-binding-common.mk
@@ -19,7 +19,7 @@ all: $(TARGET)
 Makefile: META.yml $(PMTARGET)
 	perl Makefile.PL INC='$(CFLAGS)' LIBS='$(LDFLAGS)' INSTALLDIRS=vendor
 
-install: $(TARGET)
+install:
 	${MAKE} -f Makefile install
 
 uninstall:
diff --git a/rgmanager/src/resources/Makefile b/rgmanager/src/resources/Makefile
index 8462c4a..e6880e3 100644
--- a/rgmanager/src/resources/Makefile
+++ b/rgmanager/src/resources/Makefile
@@ -30,7 +30,7 @@ $(TARGET):
 		-e 's#@CONFFILE@#${CONFFILE}#g' \
 	> $(TARGET)
 
-install: all
+install:
 	install -d ${sharedir}/utils
 	for i in $(RESOURCES); do \
 	 install -m755 $(S)/$$i ${sharedir}; \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-04  4:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-04  7:36 master - build: drop "all" dependency from install: targets Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).