From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 9 Jan 2008 18:55:13 -0000 Subject: [Cluster-devel] cluster/magma-plugins Makefile Message-ID: <20080109185513.7499.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: lhh at sourceware.org 2008-01-09 18:55:12 Modified files: magma-plugins : Makefile Log message: Fix #294491 - make magma_sm.so retry in dlm EINPROG condition Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/magma-plugins/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2 --- cluster/magma-plugins/Attic/Makefile 2008/01/09 18:54:46 1.2.2.1 +++ cluster/magma-plugins/Attic/Makefile 2008/01/09 18:55:12 1.2.2.2 @@ -10,25 +10,25 @@ ############################################################################### ############################################################################### all: - #cd cman && ${MAKE} all + cd cman && ${MAKE} all cd dumb && ${MAKE} all cd gulm && ${MAKE} all cd sm && ${MAKE} all clean: - #cd cman && ${MAKE} clean + cd cman && ${MAKE} clean cd dumb && ${MAKE} clean cd gulm && ${MAKE} clean cd sm && ${MAKE} clean install: - #cd cman && ${MAKE} install + cd cman && ${MAKE} install cd dumb && ${MAKE} install cd gulm && ${MAKE} install cd sm && ${MAKE} install uninstall: - #cd cman && ${MAKE} uninstall + cd cman && ${MAKE} uninstall cd dumb && ${MAKE} uninstall cd gulm && ${MAKE} uninstall cd sm && ${MAKE} uninstall