[freeside-commits] freeside Makefile,1.207,1.208
Ivan,,,
ivan at wavetail.420.am
Tue Jun 14 18:37:54 PDT 2011
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv31694
Modified Files:
Makefile
Log Message:
added protection to Makfile against deploying cvs conflicts
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -w -d -r1.207 -r1.208
--- Makefile 7 Jun 2011 03:11:43 -0000 1.207
+++ Makefile 15 Jun 2011 01:37:52 -0000 1.208
@@ -161,7 +161,7 @@
chmod a+rx ./bin/pod2x
./bin/pod2x
-install-docs: docs
+install-docs: check-conflicts docs
[ -e ${FREESIDE_DOCUMENT_ROOT} ] && mv ${FREESIDE_DOCUMENT_ROOT} ${FREESIDE_DOCUMENT_ROOT}.`date +%Y%m%d%H%M%S` || true
cp -r masondocs ${FREESIDE_DOCUMENT_ROOT}
chown -R freeside:freeside ${FREESIDE_DOCUMENT_ROOT}
@@ -216,7 +216,7 @@
s|%%%DIST_CONF%%%|${DIST_CONF}|g;\
" blib/script/*
-install-perl-modules: perl-modules install-rt-initialdata
+install-perl-modules: check-conflicts perl-modules install-rt-initialdata
[ -L ${PERL_INC_DEV_KLUDGE}/FS ] \
&& rm ${PERL_INC_DEV_KLUDGE}/FS \
&& mv ${PERL_INC_DEV_KLUDGE}/FS.old ${PERL_INC_DEV_KLUDGE}/FS \
@@ -368,7 +368,7 @@
--datafile ${RT_PATH}/etc/initialdata \
|| true
-install-rt:
+install-rt: check-conflicts
if [ ${RT_ENABLED} -eq 1 ]; then ( cd rt; make install ); fi
if [ ${RT_ENABLED} -eq 1 ]; then perl -p -i -e "\
s'%%%RT_DOMAIN%%%'${RT_DOMAIN}'g;\
@@ -408,6 +408,9 @@
-cd fs_selfservice/FS-SelfService; \
make clean
+check-conflicts:
+ ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats '^=======$$' .
+
#these are probably only useful if you're me...
#release: upload-docs
More information about the freeside-commits
mailing list