mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-07 21:00:39 -08:00
When etags fails, ignore the error.
This commit is contained in:
parent
8ea48c7035
commit
b706926ea7
1 changed files with 2 additions and 3 deletions
|
|
@ -259,8 +259,7 @@ selfbuild:
|
|||
# like "@si::foo" and "@(defun si::foo".
|
||||
# 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 \
|
||||
|
|
@ -268,4 +267,4 @@ TAGS:
|
|||
--regex='/@(defun \([-:*a-zA-z]+\)/\1/' \
|
||||
$$srcfiles; \
|
||||
fi
|
||||
|
||||
touch $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue