1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

(${lispsource}TAGS): Specify ETAGS var in inner make.

(../src/$(OLDXMENU)): New target.
This commit is contained in:
Richard M. Stallman 1997-07-25 05:37:34 +00:00
parent 3975988bf4
commit ee371b017d

View file

@ -876,6 +876,8 @@ shortnames:
and remake temacs if lwlib gets changed by this. */
stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU)
touch stamp-oldxmenu
/* Supply an ordering for parallel make. */
../src/$(OLDXMENU): ${OLDXMENU}
#ifdef USE_X_TOOLKIT
$(OLDXMENU): really-lwlib
@ -1149,6 +1151,7 @@ TAGS: $(srcdir)/$(ctagsfiles)
$$DIR/../lib-src/etags --include=../lisp/TAGS \
--regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)
${lispsource}TAGS: ${lispsource}$(lisptagsfiles)
cd ${lispsource}; $(MAKE) TAGS
export DIR; DIR=`pwd`; cd ${lispsource}; \
$(MAKE) TAGS ETAGS=$$DIR/../lib-src/etags
tags: TAGS ${lispsource}TAGS
.PHONY: tags