aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMiles Bader2004-06-11 02:39:51 +0000
committerMiles Bader2004-06-11 02:39:51 +0000
commit48d67035ea6651694878200f2284d329dfb2f3ad (patch)
treec9761d5ca439338fb7bba368b8d01f17a046e18e /lisp
parente9efcef4e9f5a5fa96ef6ea2c6b4ecc412399550 (diff)
downloademacs-48d67035ea6651694878200f2284d329dfb2f3ad.tar.gz
emacs-48d67035ea6651694878200f2284d329dfb2f3ad.zip
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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/.arch-inventory4
-rw-r--r--lisp/Makefile.in1
-rw-r--r--lisp/makefile.w32-in2
3 files changed, 4 insertions, 3 deletions
diff --git a/lisp/.arch-inventory b/lisp/.arch-inventory
new file mode 100644
index 00000000000..5341c2d8fec
--- /dev/null
+++ b/lisp/.arch-inventory
@@ -0,0 +1,4 @@
1# Auto-generated lisp files, which ignore
2precious ^(loaddefs|finder-inf|cus-load)\.el$
3
4# arch-tag: fc62dc9f-3a91-455b-b8e7-d49df66beee0
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 7bb9a3221cc..5085d3b5b91 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -326,5 +326,4 @@ bootstrap-after: finder-data custom-deps
326distclean: 326distclean:
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.
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index fe82e45c04f..71998d403e4 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -420,5 +420,3 @@ install:
420# 420#
421clean: 421clean:
422 - $(DEL) *~ 422 - $(DEL) *~
423
424# arch-tag: bd03b562-c58d-4403-99db-c7bccd8c49a0