From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 15 Aug 2006 21:33:54 -0000 Subject: [Cluster-devel] conga Makefile Message-ID: <20060815213354.1974.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: conga Changes by: kupcevic at sourceware.org 2006-08-15 21:33:54 Modified files: . : Makefile Log message: remove spec files belonging to different builds Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 --- conga/Makefile 2006/08/15 03:59:47 1.10 +++ conga/Makefile 2006/08/15 21:33:54 1.11 @@ -79,6 +79,7 @@ rm -rf ${TMP_DIR}/${CONGA_DIRNAME} cp -r . ${TMP_DIR}/${CONGA_DIRNAME} rm -rf `find ${TMP_DIR}/${CONGA_DIRNAME} -name CVS` + rm -f ${TMP_DIR}/${CONGA_DIRNAME}/clustermon.spec* rm -f ${TMP_DIR}/${CONGA_DIRNAME}/*gz rm -f ${TMP_DIR}/${CONGA_DIRNAME}/*.rpm tar -zcf ${CONGA_DIRNAME}.tar.gz ${TMP_DIR}/${CONGA_DIRNAME} @@ -89,6 +90,7 @@ rm -rf ${TMP_DIR}/${CLUSTERMON_DIRNAME} cp -r . ${TMP_DIR}/${CLUSTERMON_DIRNAME} rm -rf `find ${TMP_DIR}/${CLUSTERMON_DIRNAME} -name CVS` + rm -f ${TMP_DIR}/${CLUSTERMON_DIRNAME}/conga.spec* rm -f ${TMP_DIR}/${CLUSTERMON_DIRNAME}/*gz rm -f ${TMP_DIR}/${CLUSTERMON_DIRNAME}/*.rpm ./luci/utils/remove_files ${TMP_DIR}/${CLUSTERMON_DIRNAME} ricci/ricci ricci/modules/log ricci/modules/service ricci/modules/rpm ricci/modules/storage luci/site luci/storage luci/cluster luci/homebase luci/plone-custom