From mboxrd@z Thu Jan 1 00:00:00 1970 From: rohara@sourceware.org Date: 13 Oct 2006 16:24:50 -0000 Subject: [Cluster-devel] cluster/fence/agents/scsi Makefile Message-ID: <20061013162450.14687.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 Changes by: rohara at sourceware.org 2006-10-13 16:24:50 Modified files: fence/agents/scsi: Makefile Log message: Remove unnecessary chmod for scsi_reserve. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 --- cluster/fence/agents/scsi/Makefile 2006/10/12 22:02:48 1.6 +++ cluster/fence/agents/scsi/Makefile 2006/10/13 16:24:50 1.7 @@ -27,7 +27,6 @@ echo "\$$BUILD_DATE=\"(built `date`)\";" >> $(TARGET) awk -v p=0 "(\$$1 ~ /#END_VERSION_GENERATION/){p = 1} {if(p==1)print}" $(SOURCE) >> $(TARGET) chmod +x $(TARGET) - chmod +x $(SCRIPT) install: all if [ ! -d ${sbindir} ]; then \