]> git.eshelyaron.com Git - emacs.git/commit
Don't version-control generated file `grammat-wy.el`
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2021 01:55:50 +0000 (21:55 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2021 02:10:38 +0000 (22:10 -0400)
commit214dfbfea0cc7d64704aa4a258da542435c44cbb
tree41210dc029b82d4590486f2bb8458fae3af24a70
parentfc3caa45ef2dcbd5a1c8339f14696589b99888ce
Don't version-control generated file `grammat-wy.el`

This file is needed for CEDET's bootstrap, tho, so we now keep a copy of it
under version control in `gram-wy-boot.el`, very much like we do with
the `ldefs-boot.el` copy of `loaddefs.el`.

* lisp/cedet/semantic/grm-wy-boot.el: Rename from
`lisp/cedet/semantic/grammar-wy.el`.

* lisp/cedet/semantic/grammar.el: Load `grm-wy-boot.el` if
`grammar-wy.el` hasn't been generated yet.

* admin/update_autogen: Also refresh `grm-wy-boot.el`.

* admin/grammars/Makefile.in (WISENT): Add `grammar-wy.el` to the
generated files.

* .gitignore: Add `grammar-wy.el`.
.gitignore
admin/grammars/Makefile.in
admin/update_autogen
lisp/cedet/semantic/grammar-wy.el [deleted file]
lisp/cedet/semantic/grammar.el
lisp/cedet/semantic/grm-wy-boot.el [new file with mode: 0644]
lisp/emacs-lisp/eieio-base.el