Juan Jose Garcia-Ripoll wrote:
> Accepting this, I feel that a release can be safely produced

What about following change?  Otherwise on Debian build fails
because etags refuses to overwrite empty file.  It would be
better to fix things so that it actually works, but since
the error is ignorable we may as well ignore it in Makefile.

--- ecl3/src/Makefile.in        2012-01-22 18:14:49.000000000 +0100
+++ ecl3a/src/Makefile.in       2012-02-01 18:14:33.000000000 +0100
@@ -260,7 +260,7 @@
 # This rule is allowed to fail when etags does not exist.
 TAGS:
        echo > $@
-       if test "x$(ETAGS)" != "x"; then \
+       -if test "x$(ETAGS)" != "x"; then \
        srcfiles=`find $(srcdir)/c $(srcdir)/h -name '*.[chd]'` && \
        $(ETAGS) --language=c    -o $@ $$srcfiles && \
        $(ETAGS) --language=none -o $@ --append \

-- 
                              Waldek Hebisch
hebi...@math.uni.wroc.pl 

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to