[Ecls-list] Release candidate for ECL 12.2.1

Waldek Hebisch hebisch at math.uni.wroc.pl
Wed Feb 1 17:43:58 UTC 2012


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
hebisch at math.uni.wroc.pl 




More information about the ecl-devel mailing list