mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 04:21:16 -08:00
suposedly a fix for incompat ctags
This commit is contained in:
parent
9be3ffcce4
commit
f4feda8a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ selfbuild:
|
|||
-for i in lsp clos cmp tk; do test -d $$i && diff --exclude=\*.o $$i stage2/$$i; done | less
|
||||
|
||||
.git/tags:
|
||||
( cd $(srcdir)/../.git && test "x$(CTAGS)" != "x" && $(CTAGS) -f tags -R --langmap=c:+.d ../src ) || echo "tags generation failed, but this does not break the build."
|
||||
( cd $(srcdir)/../.git && test "x$(CTAGS)" != "x" && $(CTAGS) -f tags -R --langmap=c:+.d ../src || false) || echo "tags generation failed, but this does not break the build."
|
||||
|
||||
# Make sure to also include *.d files; and match DPP's idiosyncracies
|
||||
# like "@si::foo" and "@(defun si::foo". This rule is allowed to fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue