[Ecls-list] Release candidate for ECL 12.2.1

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Wed Feb 1 21:44:44 UTC 2012


Would this work?

TAGS:
if test "x$(ETAGS)" != "x"; then \
srcfiles=`find $(srcdir)/c $(srcdir)/h -name '*.[chd]'` && \
 $(ETAGS) --language=c    -o $@ $$srcfiles && \
$(ETAGS) --language=none -o $@ --append \
      --regex='/@\([-:*a-zA-z]+\)/\1/' \
      --regex='/@(defun \([-:*a-zA-z]+\)/\1/' \
      $$srcfiles; \
fi
touch $@

I did not see this bug in Ubuntu. Maybe it uses a different etags...

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120201/c1bbd1e3/attachment.html>


More information about the ecl-devel mailing list