Mercurial > emacs
comparison lisp/Makefile.in @ 56026:bb6720f21c54
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Tweak arch tagging to make build/install-in-place less annoying
Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).
This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 11 Jun 2004 02:39:51 +0000 |
parents | 6fd8c9a09dac |
children | 95969b0d9f39 33be94fa3695 4c90ffeb71c5 |
comparison
equal
deleted
inserted
replaced
56025:3535751dda09 | 56026:bb6720f21c54 |
---|---|
324 bootstrap-after: finder-data custom-deps | 324 bootstrap-after: finder-data custom-deps |
325 | 325 |
326 distclean: | 326 distclean: |
327 -rm -f ./Makefile | 327 -rm -f ./Makefile |
328 | 328 |
329 # arch-tag: d4ea703a-b91c-405c-a171-8dde30b163a7 | |
330 # Makefile ends here. | 329 # Makefile ends here. |