CVS commit by ossi: 

backport: deal with branches in "make log"


  M +2 -1      Makefile.am   1.27.2.1


--- isync/Makefile.am  #1.27:1.27.2.1
@@ -5,5 +5,6 @@
 log:
        @perl -p -e "s/^(\\S+)\\s+(\\S.+\\S)\\s+(\\S+)\\s*\$$/\$$1:'\$$2 
<\$$3>'\\n/" < ../CVSROOT/accounts > .usermap
-       cvs2cl -U .usermap --no-wrap --separate-header -I ChangeLog -I NEWS -I 
TODO -I debian/
+       @if test -f CVS/Tag; then tag=`cut -c2- CVS/Tag`; else tag=trunk; fi; \
+        cvs2cl -U .usermap -F $$tag --no-wrap --separate-header -I ChangeLog 
-I NEWS -I TODO -I debian/
        @rm -f .usermap ChangeLog.bak
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to