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:
parent
3975988bf4
commit
ee371b017d
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue