Rename emacstok.pl back to nasmtok.pl

This script can output more than just Emacs format these days; it is
already used to produce both Emacs and JSON output, and it seems
unlikely that we would want to create another script to output any
additional file formats.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin (Intel) 2026-06-21 13:39:34 -07:00
parent f0c3b0e6c7
commit 08a369628e
4 changed files with 12 additions and 12 deletions

View file

@ -391,15 +391,15 @@ asm/directbl.c: asm/directiv.dat nasmlib/perfhash.pl perllib/phash.ph
$(srcdir)/asm/directiv.dat asm/directbl.c
# Editor token files
editors/nasmtok.el: editors/emacstok.pl asm/tokhash.c asm/pptok.c \
editors/nasmtok.el: editors/nasmtok.pl asm/tokhash.c asm/pptok.c \
asm/directiv.dat macros/macros.c editors/builtin.mac \
version.mak
$(RUNPERL) $(srcdir)/editors/emacstok.pl -el $@ $(srcdir) $(objdir)
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -el $@ $(srcdir) $(objdir)
editors/nasmtok.json: editors/emacstok.pl asm/tokhash.c asm/pptok.c \
editors/nasmtok.json: editors/nasmtok.pl asm/tokhash.c asm/pptok.c \
asm/directiv.dat macros/macros.c editors/builtin.mac \
version.mak
$(RUNPERL) $(srcdir)/editors/emacstok.pl -json $@ $(srcdir) $(objdir)
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -json $@ $(srcdir) $(objdir)
editors: $(EDITORS) $(PHONY)

View file

@ -334,15 +334,15 @@ asm\directbl.c: asm\directiv.dat nasmlib\perfhash.pl perllib\phash.ph
$(srcdir)\asm\directiv.dat asm\directbl.c
# Editor token files
editors\nasmtok.el: editors\emacstok.pl asm\tokhash.c asm\pptok.c \
editors\nasmtok.el: editors\nasmtok.pl asm\tokhash.c asm\pptok.c \
asm\directiv.dat macros\macros.c editors\builtin.mac \
version.mak
$(RUNPERL) $(srcdir)\editors\emacstok.pl -el $@ $(srcdir) $(objdir)
$(RUNPERL) $(srcdir)\editors\nasmtok.pl -el $@ $(srcdir) $(objdir)
editors\nasmtok.json: editors\emacstok.pl asm\tokhash.c asm\pptok.c \
editors\nasmtok.json: editors\nasmtok.pl asm\tokhash.c asm\pptok.c \
asm\directiv.dat macros\macros.c editors\builtin.mac \
version.mak
$(RUNPERL) $(srcdir)\editors\emacstok.pl -json $@ $(srcdir) $(objdir)
$(RUNPERL) $(srcdir)\editors\nasmtok.pl -json $@ $(srcdir) $(objdir)
editors: $(EDITORS) $(PHONY)

View file

@ -363,15 +363,15 @@ asm/directbl.c: asm/directiv.dat nasmlib/perfhash.pl perllib/phash.ph
$(srcdir)/asm/directiv.dat asm/directbl.c
# Editor token files
editors/nasmtok.el: editors/emacstok.pl asm/tokhash.c asm/pptok.c &
editors/nasmtok.el: editors/nasmtok.pl asm/tokhash.c asm/pptok.c &
asm/directiv.dat macros/macros.c editors/builtin.mac &
version.mak
$(RUNPERL) $(srcdir)/editors/emacstok.pl -el $@ $(srcdir) $(objdir)
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -el $@ $(srcdir) $(objdir)
editors/nasmtok.json: editors/emacstok.pl asm/tokhash.c asm/pptok.c &
editors/nasmtok.json: editors/nasmtok.pl asm/tokhash.c asm/pptok.c &
asm/directiv.dat macros/macros.c editors/builtin.mac &
version.mak
$(RUNPERL) $(srcdir)/editors/emacstok.pl -json $@ $(srcdir) $(objdir)
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -json $@ $(srcdir) $(objdir)
editors: $(EDITORS) $(PHONY)